site-max/scss/_about.scss

41 lines
817 B
SCSS
Raw Normal View History

2017-07-14 19:05:49 +02:00
#about {
2017-07-15 14:51:29 +02:00
padding: 50px 0;
2017-07-15 16:12:18 +02:00
position: relative;
overflow: hidden;
2019-02-10 16:22:40 +01:00
background-color: $background-baniere !important;
2017-07-15 14:51:29 +02:00
h1 {
2019-02-10 16:22:40 +01:00
font-family: NEOTERIC;
font-size: 3rem;
text-transform: uppercase;
}
hr {
position: absolute;
max-width: 100%;
width: 30%;
top: 50%;
margin: 0;
border-color: white;
border-width: 2px;
&#hr_left{
}
&#hr_right{
right: 0;
}
2017-07-14 19:05:49 +02:00
}
2017-07-15 16:12:18 +02:00
img {
position: absolute;
2017-07-26 23:47:27 +02:00
width: 100%;
2019-02-10 16:22:40 +01:00
&#renard {
height: 170%;
opacity: 0.15;
position: absolute;
top: -9999px;
bottom: -9999px;
left: -9999px;
right: -9999px;
margin: auto;
2017-07-15 16:12:18 +02:00
}
}
2017-07-14 19:05:49 +02:00
}