html, body {
margin: 0;
padding: 0;
background-image: url(“https://www.planwallpaper.com/static/images/Alien_Ink_2560X1600_Abstract_Background_1.jpg”);
}
body {
font-family: ‘Roboto’, sans-serif;
font-weight: 100;
}
.container {
margin: 0 auto;
max-width: 940px;
padding: 0 10px;
}
/* Header */
.header {
height: 800px;
text-align: center;
}
.btn{
background-color:grey;
text-decoration:none;
color: white;
padding:10px;
}
.header .container {
position: relative;
top: 200px;
}
.header h1 {
font-size: 80px;
line-height: 100px;
margin-top: 0;
margin-bottom: 80px;
color:white;
background-color:black;
}
@media (min-width:850px) {
.header h1 {
font-size: 120px;
}
}
.header p {
font-weight: 500;
letter-spacing: 8px;
margin-bottom: 40px;
margin-top: 0;
}
.btn:hover {
background: #117bff;
cursor: pointer;
transition: background .5s;
}
/* Nav */
.nav ul li {
list-style: none;
margin: 10 auto;
padding: 30px 0;
text-align: center;
display:inline;
font-weight:bold;
word-spacing: length;
}
.nav ul{
border: 1px solid black;
border-width: 2px;
}
/* Main */
.main .container {
margin: 80px auto;
}
/* Jumbotron */
.jumbotron {
height: 600px;
text-align: left;
}
.jumbotron .container {
position: relative;
top: 220px;
}
/* Footer */
.footer {
font-size: 14px;
}
/* Media Queries */
@media (max-width: 500px) {
.header h1 {
font-size: 50px;
line-height: 64px;
}
.main, .jumbotron {
padding: 0 30px;
}
.main img {
float:left;
width:10px;
}
}