A Pen by Zoe

Developer
Size
2,453 Kb
Views
8,096

How do I make an a pen by zoe?

What is a a pen by zoe? How do you make a a pen by zoe? This script and codes were developed by Zoe on 05 January 2023, Thursday.

A Pen by Zoe Previews

A Pen by Zoe - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Zoe </title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="sec7"> <form action="action_page.php"> <label for="fname" class="center-block">Student Name</label> <input type="text" id="fname" name="firstname"> <label for="lname">School</label> <input type="text" id="lname" name="lastname"> <label for="country">Gender</label> <select id="country" name="country"> <option value="australia">Male</option> <option value="canada">Female</option> </form>
</div>
<div> <button class="accordion center-block"><h9>Show more...</h9> </button>
<div class="panel"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div> <button class="accordion center-block"><h8>Show more...</h8> </button>
<div class="panel"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<button class="accordion center-block">Show more...</button>
<div class="panel"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Zoe - Script Codes CSS Codes

button.accordion { background-color: #5CBCAC; color: white; cursor: pointer; padding: 18px; width: 20%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s;
}
button.accordion.active, button.accordion:hover { background-color:#DCEDD3;
}
div.panel { padding: 0 18px; display: none; background-color: white;
}
div.panel.show { display: block;
}
body { padding: 50px; text-aglin:center;
}
input[type=text], select { width:100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box;
}
sec7{ height:100px;
}

A Pen by Zoe - Script Codes JS Codes

var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) { acc[i].onclick = function(){ this.classList.toggle("active"); this.nextElementSibling.classList.toggle("show"); }
}
A Pen by Zoe - Script Codes
A Pen by Zoe - Script Codes
Home Page Home
Developer Zoe
Username zoe19971230
Uploaded January 05, 2023
Rating 3
Size 2,453 Kb
Views 8,096
Do you need developer help for A Pen by Zoe?

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!

Zoe (zoe19971230) 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!