init
This commit is contained in:
57
css/body.css
Normal file
57
css/body.css
Normal file
@@ -0,0 +1,57 @@
|
||||
body{
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
|
||||
font-size: 1.5em;
|
||||
line-height: normal;
|
||||
}
|
||||
hr{
|
||||
border-color: #edbf63 !important;
|
||||
background-color: none !important;
|
||||
width: 100% !important;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 2em;
|
||||
}
|
||||
b{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.carousel-cover-skew{
|
||||
height: 10em;
|
||||
|
||||
background-color: white;
|
||||
}
|
||||
.carousel-cover-skew-top{
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
bottom: -4em;
|
||||
|
||||
transform: skewY(-2deg);
|
||||
-webkit-transform: skewY(-2deg);
|
||||
}
|
||||
.carousel-cover-skew-bottom{
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
bottom: 4em;
|
||||
margin-bottom: -9em;
|
||||
|
||||
transform: skewY(-3deg);
|
||||
-webkit-transform: skewY(-3deg);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px){
|
||||
|
||||
}
|
||||
@media screen and (max-width: 1000px){
|
||||
body{
|
||||
font-size: unset;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user