Advertisement
enochmh2

base css

Apr 23rd, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. body {background-color:blue;}
  2.  
  3.  
  4. #temp{
  5. width: 200px;
  6. height: 100px;
  7. background-color: blue;
  8. font-family : Times New Roman;
  9. font-size: 33px;
  10. color: white;
  11.  
  12.  
  13.  
  14. position: absolute;
  15. top:0;
  16. bottom: 0;
  17. left: 0;
  18. right: 0;
  19.  
  20. margin: auto;
  21. }
  22.  
  23.  
  24.  
  25. #description{
  26. height:45px;width:200px;
  27. background:blue;
  28. float:right;
  29. color:white;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement