Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. body{
  2. font-family:Arial;
  3. }
  4.  
  5. header {
  6. background-color:#1e899d;
  7. text-align: right;
  8. font-size: 55px;
  9. color: white;
  10. float:center;
  11. width:100%;
  12. height:100px;
  13.  
  14. }
  15. #c1{
  16. color:black;
  17. }
  18.  
  19. #s1{
  20. background-color:#3a9fb2;
  21. text-align: left;
  22. float:left;
  23. font-size: 20px;
  24. color: white;
  25. width:20%;
  26. height:550px;
  27. margin-top:100px;
  28.  
  29. }
  30.  
  31. #s2{
  32. background-color:#3a9fb2;
  33. float:right;
  34. text-align: left;
  35. font-size: 20px;
  36. color: white;
  37. width:20%;
  38. height:550px;
  39. margin-top:100px;
  40. }
  41.  
  42. #s3{
  43. background-color:#8fd4e1;
  44. float:left;
  45. text-align: left;
  46. font-size: 25px;
  47. color: white;
  48. width:60%;
  49. height:550px;
  50. margin-top:100px;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement