Advertisement
skifcha8

Untitled

Dec 14th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 KB | None | 0 0
  1.     body {
  2.      background:  url(squama_bg.jpg);
  3.         background-size: cover;
  4.         background-repeat: repeat-x;
  5.              }
  6.     .top {
  7.         top: 0px;
  8.         left: 120px;
  9.         right: 120px;
  10.         box-shadow: 0 0 5px #999999;
  11.         background: #CCCCCC;
  12.         padding: 30px;
  13.         padding-left: 200px;
  14.         position: absolute;
  15.     }
  16.    .fa-paper-plane {
  17.  
  18.         color: #fff;
  19.         text-decoration: none;
  20.         user-select: none;
  21.         background: rgb(53, 212, 202);
  22.        padding: 0.5em 0.5em;
  23.           }
  24. .text
  25. {
  26.     background-color:white;
  27.     width: 65%;
  28.     height: 30px;
  29.     resize: none;
  30.     color:black;
  31.     border:0px;
  32.     margin-left: 310px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement