Add homepage
This commit is contained in:
@@ -1,6 +1,58 @@
|
||||
body {
|
||||
font-family: 'noto_sanscondensed', sans-serif;
|
||||
/* line-height: 1em!important; */
|
||||
}
|
||||
|
||||
.bg-green {
|
||||
background-color: #517B39;
|
||||
background-color: #517C39;
|
||||
}
|
||||
|
||||
.bg-green-dark {
|
||||
background-color: #335012;
|
||||
}
|
||||
|
||||
.bg-green-light {
|
||||
background-color: #F1F7EE;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: #517C39;
|
||||
}
|
||||
|
||||
.green-dark {
|
||||
color: #335012;
|
||||
}
|
||||
|
||||
.green-light {
|
||||
color: #F1F7EE;
|
||||
}
|
||||
|
||||
.bg-yellow {
|
||||
background-color: #F2B90F;
|
||||
}
|
||||
|
||||
.bg-light {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
.yellow {
|
||||
color: #F2B90F;
|
||||
}
|
||||
|
||||
.light {
|
||||
color: #F5F5F5;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'noto_sanscondensed';
|
||||
src: url('/fonts/notosans-condensed/notosans-condensed-webfont.eot');
|
||||
src: url('/fonts/notosans-condensed/notosans-condensed-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/notosans-condensed/notosans-condensed-webfont.woff2') format('woff2'),
|
||||
url('/fonts/notosans-condensed/notosans-condensed-webfont.woff') format('woff'),
|
||||
url('/fonts/notosans-condensed/notosans-condensed-webfont.ttf') format('truetype'),
|
||||
url('/fonts/notosans-condensed/notosans-condensed-webfont.svg#noto_sanscondensed') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media (min-width: 992px){
|
||||
|
||||
Reference in New Issue
Block a user