gitnet-project/style.css
2016-06-21 18:56:15 +02:00

75 lines
1.1 KiB
CSS

body, .container-fluid, .col-md-12 {
margin: 0;
padding: 0;
}
.row {
margin-left: 0;
margin-right: 0;
}
#home {
background: url('img/intro-bg.jpg') center center;
background-size: 100%;
text-align: center;
color: #fff;
}
#home p:first-child {
font-size: 100px;
font-weight: bold;
padding-top: 100px;
}
#home p:last-child {
padding-top: 170px;
}
#home .btn {
background: transparent;
border: 3px solid #fff;
color: #fff;
font-size: 30px;
}
#home h1 span {
background: #fff;
padding: 3px 8px;
color: #000;
font-family: Times;
}
#about {
background: url('img/about-bg.jpg') center center;
background-size: 100%;
text-align: center;
color: #98BF00;
}
#about p {
padding: 10px 20% 10px 20%;
font-size: 20px;
font-family: monospace;
}
#about p:first-child {
padding-top: 200px;
}
#about .btn {
background: transparent;
border: 3px solid #98BF00;
color: #98BF00;
font-size: 30px;
}
#about a {
color: #98BF00;
border-bottom: 2px solid #98BF00;
}
#about a:hover {
border-bottom: 0;
text-decoration: none;
}