Advertisement
rodrigofbm

CSS

Oct 10th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. div#destaques{
  2.     width: 400px;
  3.     margin: auto;
  4.    
  5.    
  6. }
  7.  
  8.  
  9. div.post-destaques{
  10.     width: 450px;
  11.     padding-left: 15px;
  12.    
  13.    
  14. }
  15.  
  16.  
  17. section.sec-destaques{
  18.     display: inline-block;
  19.     width: 100%;
  20.     margin-top: 30px;
  21.     border-bottom: 1px solid #efeeee;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement