Advertisement
xlujiax

Style

Dec 3rd, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1. //style.css
  2. body {
  3.   padding-top: 0px;
  4.   padding-bottom: 0px;
  5.   background-color: #eee;
  6.  background-size: cover;
  7.   background-repeat: no-repeat;
  8.   height: 100%;
  9.   background-image: url('../img/principal2.jpg');
  10.   background-position: center;
  11. }
  12.  
  13. .h1 {
  14.     text-align: center;
  15.     background-color: #483D8B;
  16. }
  17. .navbar-nav.navbar-center {
  18.     position: absolute;
  19.     left: 50%;
  20.     transform: translatex(-50%);
  21. }
  22. .footer {
  23.     position: absolute;
  24.     bottom: 0;
  25.     width: 100%;
  26.     height: 60px;
  27.     line-height: 60px;
  28.     background-color: #0062cc;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement