arthur/assets/src/css/main.css

61 lines
853 B
CSS
Raw Normal View History

2017-11-28 22:13:10 +01:00
#accueil .jumbotron {
2017-10-12 21:13:35 +02:00
height: 700px;
background: url("../img/header.jpg") center center;
2017-11-28 22:13:10 +01:00
color: #FFF;
padding-top: 75px;
2017-10-12 21:13:35 +02:00
}
.jumbotron h1 {
font-weight: bold;
}
.content {
padding-left: 20% !important;
}
body {
background: url('../img/menu.png') #fff no-repeat fixed;
background-size: 20%;
}
.menu {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 20%;
margin-left: 0 !important;
max-height: 100%;
padding-top: 100px;
color: #fff;
}
.menu a {
color: #fff;
}
.menu ul, .menu li {
margin: 0;
padding: 0;
list-style: none;
}
.menu img {
max-width: 100%;
}
.shops {
padding-top: 30px;
font-size: 40px;
}
.shops li a {
padding: 10px 0;
display: block;
border-bottom: 2px solid #333;
}
.shops li:last-child a {
border-bottom: 0;
}