typographie

This commit is contained in:
2020-07-28 22:14:58 +02:00
parent f7a6562f51
commit b8dad034eb
91 changed files with 718 additions and 255 deletions
@@ -7,6 +7,40 @@ main:not(.home){
}
}
//
body{
position: relative;
&::before{
z-index: -1;
content: " ";
width: 100%;
height: 100%;
background-image: url("../images/croix_fond.svg");
background-size: content;
display: block;
position: absolute;
top: 0;
left: 0;
}
&::after{
z-index: -1;
content: " ";
width: 100%;
height: 100%;
background:
linear-gradient(
to top,
rgba(255, 255, 255, 0.8), white, rgba(255, 255, 255, 0.8)
);
display: block;
position: absolute;
transform: translateY(-50%);
top: 50%;
left: 0;
}
}
article{
.__title{
@include croix_or;