Advertisement
Guest User

style.css

a guest
Sep 12th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. img {
  2.   position: absolute;
  3.   top: 25px;
  4.   left: 25px;
  5.   height: 200px;
  6.  
  7. }
  8. body{
  9.     background-color: #000000;
  10. }
  11. div{
  12.     text-align: center;
  13.     vertical-align: middle;
  14.     font-size:72px;
  15. }
  16. #goal {
  17.   z-index: 0;
  18.  
  19. }
  20. #shadow {  
  21.   z-index: 3;
  22. }
  23.  
  24. #render{
  25.     width: 100%;
  26.     display: table;
  27. }
  28. .row{
  29.     display: table-row;
  30.     height:200px;
  31. }
  32. .right{
  33.     display: table-cell;
  34. }
  35. .left{
  36.     width: 50%;
  37.     display: table-cell;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement