Guest User

Untitled

a guest
Oct 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. *{margin: 10px;
  2. Padding: 10px;}
  3. h1{font:bold 20px tahoma}
  4. h2{font:bold 14px tahoma}
  5. header,div,nav,section,aside,article,footer{
  6. display:block;
  7. }
  8.  
  9. body{
  10. text-align:center;
  11. }
  12. #hdiv{
  13. /* background:green;*/
  14. border:2px solid blue;
  15. padding:10px;
  16. }
  17. /*
  18. #div{
  19. border: 1px solid black;
  20. width:1000px;
  21. margin:70px auto;
  22. text-align:left;
  23. }
  24.  
  25.  
  26. #div2{
  27. background:yellow;
  28. color:blue;
  29. }
  30.  
  31. #div2 li{
  32. display:inline-block;
  33. list-style:none;
  34. padding:2px;
  35. font:bold 20px tahoma;
  36. }
  37.  
  38. #div3{
  39. width:500px;
  40. background:orange;
  41. border:2px solid red;
  42. }
  43.  
  44. #div4{
  45. float:right;
  46. width:70px;
  47. margin:-200px 30px;
  48. padding:30px;
  49. background:brown;
  50. margin-bottom:500px
  51. }
  52.  
  53. #div5{
  54. text-align:center;
  55. padding:20px;
  56. border:5px solid red;
  57. }
Add Comment
Please, Sign In to add comment