Advertisement
firoze

Background images useages css

Dec 31st, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. // Background images useages css
  2.  
  3. .testimonial_bg{background-image: url("images/testicarosel.jpg");background-position: center center;background-size: cover;min-height:414px;}
  4.  
  5.  
  6. // background image কে auto responsive করার জন্নে  ব্যবহার করতে হভে background-size: 100% 100%
  7. .slider_bg_area_brize { background-image: url("images/brize.jpg");background-position: center center;background-size: 100% 100%;min-height:700px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement