Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. .b1 {
  2.     margin-left:75vh;
  3.     margin-top: 70vh;
  4.     width: 160px;
  5.     height: 80px;
  6. }
  7.  
  8. .b2 {
  9.     margin-right: 50vh;
  10.     width: 160px;
  11.     height: 80px;
  12. }
  13.  
  14. body {
  15.     width: 100%;
  16.     height: 100%;
  17.     margin: 0px;
  18.     padding: 0px;
  19.    
  20. }
  21.  
  22. .bg {
  23.     background: url(../img/collage4.jpg);
  24.     background-repeat: repeat;
  25.     -webkit-background-size: cover;
  26.     background-size: cover;
  27.     height: 100vh;
  28.     padding: 0;
  29.     margin: 0;
  30. }
  31.  
  32. .container {
  33.     background: rgba(200, 200, 200, 0.7);
  34.     padding: 0 3% ;
  35.     margin : auto;
  36.     width : 50%;
  37.     height: 100vh;
  38.     font-family: 'Vollkorn-Regular';
  39. }
  40. /*
  41. .container:after {
  42.   content: "";
  43.   display: table;
  44.   clear: both;
  45. }
  46. */
  47. .heading {
  48.     font-family: 'Vollkorn-Regular';
  49.     text-align: center;
  50.     font-size: 50px;
  51.  
  52. }
  53. .p1{
  54.     color:#0f0c03;
  55.     font-weight: 900
  56.     font-size:200px;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement