Create a Css3 contact form

In this Code, Francis show us how to create a contact form using Css3 to change the style of the html elements

The markup




<form class="css3Form">
<h1>Contact me</h1>
<ul>
<li><input type="text" value="Your Name"/></li>
<li><input type="text" value="Email Address"/></li>
<li><textarea rows="5"> Comments </textarea></li>
</ul>
<input type="button" class="button" value="Send" />
</form>


The CSS



.css3Form ul li
{
margin:10px 0;
box-shadow: 1px 1px 0 0 #949494;
-moz-box-shadow: 1px 1px 0 0 #949494;
-webkit-box-shadow: 1px 1px 0 0 #949494;
border-radius: 18px 18px;
-moz-border-radius: 18px 18px;
-webkit-border-radius: 18px 18px;

float:left;
clear:both
}
.css3Form input, .css3Form textarea
{
margin:0;
width:300px;
padding: 8px 10px;
font-size:16px;
color:#b3b3b3;
border:solid 1px #585858;
text-shadow: 1px 1px 0 #4b4b4b;

border-radius: 18px 18px;
-moz-border-radius: 18px 18px;
-webkit-border-radius: 18px 18px;

box-shadow: inset 1px 1px 3px 0 #000;
-moz-box-shadow: inset 1px 1px 3px 0 #000;
-webkit-box-shadow: inset 1px 1px 3px 0 #000;

background:-moz-linear-gradient(0% 100% 90deg,#7e7e7e, #5e5e5e);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e5e5e), to(#7e7e7e));

}
.css3Form .button
{
width:150px;
border:solid 1px #bababa;
color:#363636;
font-weight:bold;
font-size:18px;
border-bottom-color:#363636;
background:-moz-linear-gradient(0% 100% 90deg,#5f5f5f, #9e9e9e);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#9e9e9e), to(#5f5f5f));

box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;

text-shadow: 1px 1px 0 #9d9d9d;
}
Author: Praveen Francis - Source



Comments

Leave a comment
[Optional]
(Will not be shown on the site)
[Optional]
[Optional]
Ajaxshake Videos
md5 decrypt

Recent Comments

danchithancong said:

How can i live without your blog kiss kiss kiss... love love love...

wordpress templates said:

Mobile phone template is really marvellous and excellent, Thank you for sharing it

Day 2 Day Online Printing said:

This is a pretty neat tool. I am working on trying to implement some more interactive features on my clients website so this ...

hita said:

can uplz giv the code to take picture in webcam using java script

neki arismi said:

image result for render the chart didn't work

Neal said:

Excellent jQuery! I love this!

spideynme said:

Doe anyone know how to resize this count down clock to fit the web page?

SyntaxHighlighter.config.stripBrs=true;