Advertisement
kobial8

Testimonial | CSS Code

Feb 27th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #testimonial {
  2. background: #333333 url(img/testimonial/bg.jpg) no-repeat 0 0;
  3. background-size: cover;
  4. padding: 100px 0;
  5. color: #fff;
  6. }
  7. #testimonial h4 {
  8. color: #fff;
  9. margin-bottom: 0;
  10. }
  11. #testimonial small {
  12. display: block;
  13. margin-bottom: 10px;
  14. color: rgba(255, 255, 255, 0.7);
  15. }
  16. #testimonial .btns {
  17. margin-top: 10px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement