Advertisement
Brandonjb123

css beben

Aug 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. {
  2. margin: 0;
  3. padding: 0;
  4. }
  5.  
  6. h1 {
  7.    
  8. margin-bottom: 20px;  
  9. }
  10.  
  11. h2{
  12.     margin-bottom: 10px;
  13. }
  14.  
  15.  
  16. .main-text {
  17.     margin-bottom: 20px;
  18. }
  19.  
  20.  
  21. .container {
  22.     width: 80%;
  23.     margin-left: auto;
  24.     margin-right:auto;    
  25. }
  26.  
  27. .blog-post {
  28.     background-color: #f4f4f4;
  29.     width: 65%;
  30.     padding-left: 30px;
  31.     padding-right: 30px;
  32.     float: left;
  33. }
  34.  
  35. .sidebar {
  36.   background: #09f2ea;
  37.   width: 25%;  
  38.   margin-bottom: 20px;
  39.   float: left;
  40. }
  41.  
  42. .clearfix:after {
  43.  content: "";
  44.  display: table;
  45.  clear: both;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement