Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. * {
  2. font-family: Ubuntu;
  3. }
  4.  
  5. body {
  6. background-image: url(images/bg.png);
  7. background-repeat: no-repeat;
  8. background-size: cover;
  9. }
  10.  
  11. .white-box {
  12. width: 1300px;
  13. height: 800px;
  14. background-color: white;
  15. margin: 20px auto;
  16. opacity: 0.7;
  17. }
  18.  
  19. .title {
  20. color: color;
  21. font-size:45px;
  22. padding:30px 0px 10px 30px;
  23. }
  24.  
  25. h4 {
  26. padding:0px 30px 10px 30px;
  27. }
  28.  
  29. .align-right {
  30. float: right;
  31. margin: 5px 25px 15px 15px;
  32. position:relative;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement