project doc

profilepying828
xyzorderform.css

/* Below line is write to use Google font online */ @import "http://fonts.googleapis.com/css?family=Ubuntu"; div#main{ width:1045px; height:1045px; margin:0 auto; font-family:'Ubuntu',sans-serif } div#form_sample{ text-align:center; border:1px solid #ccc; width:830px; padding:0 50px 15px; margin-top:20px; box-shadow:0 0 15px; border-radius:6px; float:left } #main h1{ margin-top:40px } hr{ margin-top:-5px } label{ float:left; font-size:16px } input[type="text"]{ width:100%; margin-top:5px; height:10px; margin-bottom:5px; padding:10px; border:3px solid #2BC1F2 } textarea{ width:100%; border:3px solid #2BC1F2; padding:10px; margin-bottom:25px; margin-top:10px; height:100px; resize:none } input[type="submit"]{ width:45%; padding:10px 45px; background-color:#2BC1F2; border:none; color:#fff; font-size:18px; font-weight:700; cursor:pointer; font-family:'Ubuntu',sans-serif } /* ------------------------------------- CSS for Sidebar (optional) ---------------------------------------- */ div#fugo{ float:right }