Advertisement
Space-G

rodape css

Jun 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. #rodape{
  2.     background-color: #1E344B;
  3.     overflow-x: hidden;
  4.     margin-top: 75vh;
  5.     padding-top: 1em;
  6.     padding-left: 0;
  7.     padding-right: 0;
  8.     width: 100vw;
  9.     height: 4em;
  10. }
  11.  
  12. #back_to_top{
  13.     height: 2.5em;
  14.     width: 2.5em;
  15.     float: right;
  16.     margin-top: -2em;
  17.     margin-right: 2em;
  18.     cursor: pointer;
  19. }
  20.  
  21. h6{
  22.     color: #F3F3F3;
  23.     text-align: center;
  24.     font-weight: 100;
  25.     margin-left: 0;
  26.     margin-right: 0;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement