Simple, flat contact form

Developer
Size
2,719 Kb
Views
40,480

How do I make an simple, flat contact form?

Working on a better looking form for work. This is how I like it, though unlikely how it will be implemented.. What is a simple, flat contact form? How do you make a simple, flat contact form? This script and codes were developed by Zach Saucier on 20 August 2022, Saturday.

Simple, flat contact form Previews

Simple, flat contact form - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple, flat contact form</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body { background:rgb(30,30,40); }
form { max-width:420px; margin:50px auto; }
.feedback-input { color:white; font-family: Helvetica, Arial, sans-serif; font-weight:500; font-size: 18px; border-radius: 5px; line-height: 22px; background-color: transparent; border:2px solid #CC6666; transition: all 0.3s; padding: 13px; margin-bottom: 15px; width:100%; box-sizing: border-box; outline:0;
}
.feedback-input:focus { border:2px solid #CC4949; }
textarea { height: 150px; line-height: 150%; resize:vertical;
}
[type="submit"] { font-family: 'Montserrat', Arial, Helvetica, sans-serif; width: 100%; background:#CC6666; border-radius:5px; border:0; cursor:pointer; color:white; font-size:24px; padding-top:10px; padding-bottom:10px; transition: all 0.3s; margin-top:-4px; font-weight:700;
}
[type="submit"]:hover { background:#CC4949; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <form> <input name="name" type="text" class="feedback-input" placeholder="Name" /> <input name="email" type="text" class="feedback-input" placeholder="Email" /> <textarea name="text" class="feedback-input" placeholder="Comment"></textarea> <input type="submit" value="SUBMIT"/>
</form> <script src="js/index.js"></script>
</body>
</html>

Simple, flat contact form - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body { background:rgb(30,30,40); }
form { max-width:420px; margin:50px auto; }
.feedback-input { color:white; font-family: Helvetica, Arial, sans-serif; font-weight:500; font-size: 18px; border-radius: 5px; line-height: 22px; background-color: transparent; border:2px solid #CC6666; transition: all 0.3s; padding: 13px; margin-bottom: 15px; width:100%; box-sizing: border-box; outline:0;
}
.feedback-input:focus { border:2px solid #CC4949; }
textarea { height: 150px; line-height: 150%; resize:vertical;
}
[type="submit"] { font-family: 'Montserrat', Arial, Helvetica, sans-serif; width: 100%; background:#CC6666; border-radius:5px; border:0; cursor:pointer; color:white; font-size:24px; padding-top:10px; padding-bottom:10px; transition: all 0.3s; margin-top:-4px; font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }

Simple, flat contact form - Script Codes JS Codes

// For more check out zachsaucier.com
Simple, flat contact form - Script Codes
Simple, flat contact form - Script Codes
Home Page Home
Developer Zach Saucier
Username Zeaklous
Uploaded August 20, 2022
Rating 4.5
Size 2,719 Kb
Views 40,480
Do you need developer help for Simple, flat contact 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!

Zach Saucier (Zeaklous) Script Codes
Create amazing captions 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!