Flat Email Form

Developer
Size
3,415 Kb
Views
32,384

How do I make an flat email form?

I wanted to create an email form and modal for my website, so I mocked this one up and I think I might be using this.. What is a flat email form? How do you make a flat email form? This script and codes were developed by Ken Lauguico on 22 December 2022, Thursday.

Flat Email Form Previews

Flat Email Form - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flat Email Form</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> .modal-hire header HIRE form.form input type="email" name="email" id="email" placeholder="Your Email" input type="text" name="name" id="name" placeholder="Your Name" textarea name="message" id="message" placeholder="I need your help!" button.send span.entypo-mail Send
</body>
</html>

Flat Email Form - Script Codes CSS Codes

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url("http://weloveiconfonts.com/api/?family=entypo");
/* vars and colors */
/* entypo */
[class*="entypo-"]:before { font-family: 'entypo' sans-serif; font-size: 1.7em; position: relative; padding-right: 0.333333333333333em; bottom: -4px;
}
body { font-family: 'Open Sans', sans-serif; background-color: #373737;
}
.modal-hire { max-width: 300px; width: 300px; height: 300px; position: absolute; border-radius: 3px; margin: auto; top: 0; right: 0; left: 0; bottom: 0;
}
.modal-hire header { display: block; background-color: #8cc63f; color: #fff; text-align: center; padding: 1em; border-radius: 3px 3px 0 0; font-size: 1.5em;
}
.modal-hire header:after { content: ''; display: block; position: absolute; top: 3.3em; margin-left: 1em; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #8cc63f;
}
.form { padding: 1em; background-color: #fff; border-radius: 0 0 3px 3px;
}
textarea,
input[type="email"],
input[type="text"] { font-family: 'Open Sans', sans-serif; box-sizing: border-box; max-width: 300px; border: 1px solid #c0c0c0; border-radius: 3px; width: 100%; margin: 0.333333333333333em auto 0 auto; padding: 1em;
}
textarea:focus,
input[type="email"]:focus,
input[type="text"]:focus { outline: 0; box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
form > button { width: 100%; border: 0; background-color: #ec634b; color: #fff; padding: 1em 0; text-transform: uppercase; font-size: 1em; border-bottom: 0.333333333333333em solid #ec634b;
}
form > button:hover { border-bottom: 0.333333333333333em solid #db543f;
}
form > button:focus { outline: 0;
}
form > button:active { outline: 0; border-bottom: 0; border-top: 0.333333333333333em solid #fff;
}
@media (max-width: 300px) { .modal-hire { width: 100%; min-width: 200px; }
}
Flat Email Form - Script Codes
Flat Email Form - Script Codes
Home Page Home
Developer Ken Lauguico
Username kenlauguico
Uploaded December 22, 2022
Rating 3
Size 3,415 Kb
Views 32,384
Do you need developer help for Flat Email 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!

Ken Lauguico (kenlauguico) 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!