Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- <style>
- html, body{
- height: 100%;
- }
- body {
- background-image: url('slide4.jpg') ;
- background-position: center center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- background-color: #999;
- }
- div, body{
- margin: 0;
- padding: 0;
- font-family: "Lobster", cursive;
- }
- .wrapper {
- height: 100%;
- width: 100%;
- }
- header{
- text-align: center;
- font-size: 2.5em;
- color: white;
- }
- .message {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- height:45%;
- bottom: 0;
- display: block;
- text-align: center;
- position: absolute;
- background-color: rgba(0,0,0,0.6);
- color: #fff;
- padding: 0.5em;
- }
- .message h2{
- font-size: 2em;
- }
- .message p{
- font-size: 1.8em;
- }
- </style>
- </head>
- <body>
- <div class="wrapper">
- <div class="message">
- <h2>Background Responsivo</h2>
- <p>Legal né?</p>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment