A Pen by Arcadio

Developer
Size
2,518 Kb
Views
18,216

How do I make an a pen by arcadio?

What is a a pen by arcadio? How do you make a a pen by arcadio? This script and codes were developed by Arcadio on 17 October 2022, Monday.

A Pen by Arcadio Previews

A Pen by Arcadio - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Arcadio</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class = "banner"> <img src = "https://drive.google.com/uc?export=view&id=0B6od18BhWGl5NmQyY1JuUnhLS2c"> </img> <span> Sound and Art Assets </span> </div>
<!-- row 1 start !-->
<div class="row1"> <div class = "card1"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5YTZ1Rkdmc1JFSlU"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5bnQxN0tPMDUtLWc"></audio> </div> <div class = "card2"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5Q3NwUmZSNlNSeWs"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5ZlllWklidVgxQ1k"></audio> </div> <div class="card3"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5ZjRtaTI0c01BWmc"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5aXpYY2o3QjB6N2s"></audio> </div> <div class="card4"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5aUxWNWV0ODJaa0E"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5SVlNaEVLMmpJSzA"></audio> </div>
</div>
<!-- row 1 end !-->
<!-- row 2 start !-->
<div class="row2"> <div class = "card1"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5NGVxMkEzT0RIUUE"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5Q182M2xFLVVzRTQ"></audio> </div> <div class = "card2"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5ODA3a3VHbUM2clk"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5aDJLSzBEUGhNaEE"></audio> </div> <div class="card3"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5UnpoSUQyRDcwb28"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5S1dNVHN0akhOVmc"></audio> </div> <div class="card4"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5OGFONXVVem94U2s"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5Ty1vQWtKSUJ2SjQ"></audio> </div>
</div>
<!-- row 2 end !-->
<!-- row 3 start !-->
<div class="row3"> <div class = "card1"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5eEFqWkhQM3hXb0E"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5dldTbmZYdW0zbnM"></audio> </div> <div class = "card2"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5Qlo0U2hxVk1nMGM"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5NDQzRXIzWFFIQlE"></audio> </div> <div class="card3"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5ZUo0LUtuenl5Ym8"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5Z20xOWZiczNhQXc"></audio> </div> <div class="card4"> <img src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5UFFYZFhaRDZaYTg"> </img> <audio controls src="https://drive.google.com/uc?export=view&id=0B6od18BhWGl5clJkWGNvTDZpMk0"></audio> </div>
</div>
<!-- row 3 end !-->
<div class="copyright"> <span> All sounds courtesy of:</span> <a href = "https://www.freesound.org/"> FREE SOUND </a>
</div>
</body>
</html>

A Pen by Arcadio - Script Codes CSS Codes

/* reset */
.* { padding: 0; margin: 0;
}
/* end reset */
/* set body */
body { background-color: #012958;
}
/* end of body */
/* banner */
.banner { display: block; width: 100%;
}
.banner > img { display: block; width: 25%; height: auto; margin-left: auto; margin-right: auto;
}
.banner > span { display: block; font-size: 200%; color: white; text-align: center; font-family: "Comic Sans MS", cursive, sans-serif;
}
/* end of banner */
/* row 1 starts */
.row1 { display: block; width: 1024px; height: 230px; padding: 20px; margin-left: auto; margin-right: auto;
}
.row1 > .card1 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row1 > .card1 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row1 > .card1 > audio { display: inline-block; width: 80%; height: 7%;
}
.row1 > .card2 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row1 > .card2 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row1 > .card2 > audio { display: inline-block; width: 80%; height: 7%;
}
.row1 > .card3 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row1 > .card3 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row1 > .card3 > audio { display: inline-block; width: 80%; height: 7%;
}
.row1 > .card4 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row1 > .card4 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row1 > .card4 > audio { display: inline-block; width: 80%; height: 7%;
}
/* row 1 ends */
/* row 2 starts */
.row2 { display: block; width: 1024px; height: 230px; padding: 20px; margin-left: auto; margin-right: auto;
}
.row2 > .card1 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row2 > .card1 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row2 > .card1 > audio { display: inline-block; width: 80%; height: 7%;
}
.row2 > .card2 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row2 > .card2 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row2 > .card2 > audio { display: inline-block; width: 80%; height: 7%;
}
.row2 > .card3 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row2 > .card3 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row2 > .card3 > audio { display: inline-block; width: 80%; height: 7%;
}
.row2 > .card4 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row2 > .card4 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row2 > .card4 > audio { display: inline-block; width: 80%; height: 7%;
}
/* end row 2 */
/* row 3 starts */
.row3 { display: block; width: 1024px; height: 230px; padding: 20px; margin-left: auto; margin-right: auto;
}
.row3 > .card1 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row3 > .card1 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row3 > .card1 > audio { display: inline-block; width: 80%; height: 7%;
}
.row3 > .card2 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row3 > .card2 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row3 > .card2 > audio { display: inline-block; width: 80%; height: 7%;
}
.row3 > .card3 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row3 > .card3 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row3 > .card3 > audio { display: inline-block; width: 80%; height: 7%;
}
.row3 > .card4 { display: inline-block; width: 20%; height: 100%; padding: 5px;
}
.row3 > .card4 > img { display: inline-block; width: 80%; height: 100%; border-radius: 5%;
}
.row3 > .card4 > audio { display: inline-block; width: 80%; height: 7%;
}
/* end row 3 */
/* copyright info */
.copyright { display: block; width: 280px; padding: 40px; margin-left: auto; margin-right: auto;
}
.copyright > span { display: inline-block; color: white;
}
.copyright > a { display: inline-block; text-decoration: none;
}
.copyright > a:visited { text-decoration: none; color: white;
}
.copyright > a:hover { color: yellow;
}
/* end of copyright */
A Pen by Arcadio - Script Codes
A Pen by Arcadio - Script Codes
Home Page Home
Developer Arcadio
Username arcadiomj
Uploaded October 17, 2022
Rating 3
Size 2,518 Kb
Views 18,216
Do you need developer help for A Pen by Arcadio?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Arcadio (arcadiomj) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!