Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. body{
  2. background: url("tlo.jpg");
  3. background-size: 100%;
  4. background-attachment: fixed;
  5. font-family: 'Patrick Hand', cursive;
  6. }
  7. img{
  8. width: 100px;
  9. height: 150px;
  10. }
  11. div.container{
  12. width: 1140px;
  13. margin: auto;
  14. padding: 0 15px;
  15. }
  16. div.main-content{
  17. width: 70%;
  18. float: left;
  19. }
  20. div.sidebar{
  21. width: 30%;
  22. float: left;
  23. }
  24. div.content{
  25. overflow: auto;
  26. }
  27. article, side, footer, header, section{
  28. display: block;
  29. }
  30. article, header, footer, aside{
  31. background: rgba(255, 255, 255, 0.6);
  32. padding: 10px;
  33. }
  34. header{
  35. margin-bottom: 15px;
  36. }
  37. article{
  38. margin-right: 15px;
  39. margin-bottom: 15px;
  40. overflow: auto;
  41. text-align: justify;
  42. }
  43. footer{
  44. margin-top: 15px;
  45. text-align: center;
  46. }
  47. figure{
  48. float:left;
  49. border-right: 2px dashed;
  50. border-bottom: 2px dashed;
  51. padding: 10px;
  52. }
  53. figcaption{
  54. text-align: center;
  55. }
  56. #html5 h2{
  57. color: #E44D26;
  58. }
  59. #css3 h2{
  60. color: #0070BA;
  61. }
  62. header h1{
  63. color: #1CB11D;
  64. }
  65. aside h2{
  66. color: #EBEB28;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement