Guest User

Bootrap-breaking-css

a guest
Jan 28th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1.  
  2.  
  3. /* ==========================================================================
  4.    Author's custom styles
  5.    ========================================================================== */
  6.  
  7. /*==================TOP FEATURED ====================*/
  8.  
  9. #top-featured{
  10.   margin-bottom: 20px;
  11. }
  12.  
  13. #main-featured-left {
  14.   background: url('../img/sea.jpg') no-repeat;
  15.   background-size: 100% 100%;
  16.   height: 400px;
  17.   position: relative;
  18.  
  19. }
  20.  
  21. .top-featured-right-img{
  22.   margin-bottom: 10px;
  23.   height: 190px;
  24. }
  25. .text-overlay-featured{
  26. position: absolute;
  27. background-color: #000;
  28. padding: 20px;
  29. bottom: 10px;
  30. }
  31.  
  32. .text-overlay-articles{
  33. position: absolute;
  34. background-color: #000;
  35. padding: 20px;
  36. bottom: 0px;
  37. }
  38.  
  39. /*=====================BOTTOM FEATURED============*/
  40. .article-tile{
  41.   margin-bottom: 10px;
  42.   /*width: 107%;*/
  43.   position: relative;
  44. }
Add Comment
Please, Sign In to add comment