site-max/scss/_about.scss

21 lines
358 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;
2017-07-15 14:51:29 +02:00
h1 {
2017-07-14 19:05:49 +02:00
font-family: descuadrado;
2017-07-15 14:51:29 +02:00
font-size: 4rem;
2017-07-14 19:05:49 +02:00
}
2017-07-15 16:12:18 +02:00
img {
position: absolute;
&.vecto1 {
left: -70rem;
top: -70rem;
}
&.vecto2 {
right: -60rem;
top: -20rem;
}
}
2017-07-14 19:05:49 +02:00
}