Advertisement
rahul244698

CSS

Mar 8th, 2013
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.39 KB | None | 0 0
  1. body{background-color:red;}
  2. div.footer{border:5px solid #ff0ff5;font-size:3em;width:100%; height:20%;background-color:black;text-align:center;color:red;font-family:"comic Sans MS"}
  3. div#one{background-color:yellow;float:left;width:25%;height:80%;}
  4. div#two{background-color:pink;float:right;width:25%;height:80%}
  5. div#three{background-color:blue; margin-left:26%; margin-right:26%;height:100%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement