Basic form

Developer
Size
3,006 Kb
Views
42,504

How do I make an basic form?

What is a basic form? How do you make a basic form? This script and codes were developed by Andi Dysart on 13 July 2022, Wednesday.

Basic form Previews

Basic form - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Basic form</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Lato:300,400'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="section-form"> <form method="post" action="#"> <div class="intro"> <h1>Ready to go?</h1> <h2>Get your project started today</h2> </div> <input type="text" value="" placeholder="Name" name="name" tabindex="1"/> <input type="text" value="" placeholder="E-mail" name="email" tabindex="3"/> <input type="text" value="" placeholder="Budget" name="budget" tabindex="2"/> <textarea placeholder="Message" name="Message" tabindex="5" rows="10"></textarea> <input type="button" value="Send Mail" tabindex="6"/> </form>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Basic form - Script Codes CSS Codes

* { box-sizing: border-box;
}
html { font-family: 'Lato', sans-serif;
}
.section-form { width: 37em; margin: 3em auto; background-color: #f3efe7; padding: 2em;
}
.section-form .intro { margin-bottom: 2em;
}
.section-form h1 { text-align: center; font-size: 1.6em; margin-bottom: 0.6em;
}
.section-form h2 { text-align: center; font-size: 1.23077em;
}
input[type=text] { height: 45px;
}
input[type=text], textarea { width: 100%; margin-bottom: 1em; font-size: .9em; color: #cfcece; font-weight: 300; padding: .5em 1em; border: none; color: #555555; font-weight: 300;
}
input[type=button] { cursor: pointer; margin: 0; padding: .5em 2em; background: #636363; border: none; color: #fff; font-size: 1em; font-weight: 400;
}

Basic form - Script Codes JS Codes

// For Ghostlab App :P
Basic form - Script Codes
Basic form - Script Codes
Home Page Home
Developer Andi Dysart
Username andiio
Uploaded July 13, 2022
Rating 3
Size 3,006 Kb
Views 42,504
Do you need developer help for Basic form?

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!

Andi Dysart (andiio) Script Codes
Create amazing blog posts 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!