mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
CSS cleanup
This commit is contained in:
parent
20d1d9b0ce
commit
21b3dd0e66
1 changed files with 16 additions and 73 deletions
|
@ -8,14 +8,6 @@ body{
|
||||||
background-size: contain;*/
|
background-size: contain;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.hero-container{
|
|
||||||
background-image: url("/Images/x-large-grid-hero.svg");
|
|
||||||
background-size: auto;
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
@ -74,73 +66,15 @@ div.container-fluid.top-nav{
|
||||||
|
|
||||||
/* Brand Colors */
|
/* Brand Colors */
|
||||||
|
|
||||||
/* Type Colors */
|
/* Type Colors: */
|
||||||
|
/* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.*/
|
||||||
|
|
||||||
.teal{
|
.teal{color:#00ffd0;}.black{color:#1a1a1a;}.dark-gray{color:#4d4d4d;}.grid-gray{color:#949494;}.light-gray{color: #e1e1e1;}.white{color:#ffffff;}.purple{color: #8000ff;}.orange{color: #ff4100;}
|
||||||
color:#00ffd0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.black{
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark-gray{
|
|
||||||
color: #4d4d4d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid-gray{
|
|
||||||
color: #949494;
|
|
||||||
}
|
|
||||||
|
|
||||||
.light-gray{
|
|
||||||
color: #e1e1e1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.white{
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.purple{
|
|
||||||
color: #8000ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.orange{
|
|
||||||
color: #ff4100;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Background Colors */
|
/* Background Colors */
|
||||||
|
/*Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.*/
|
||||||
|
|
||||||
.teal-bg{
|
.teal-bg{background-color:#00ffd0;}.black-bg{background-color: #1a1a1a;}.dark-gray-bg{background-color: #4d4d4d;}.grid-gray-bg{background-color: #949494;}.light-gray-bg{background-color: #e1e1e1;}.white-bg{background-color: #ffffff;}.purple-bg{background-color: #8000ff;}.orange-bg{background-color: #ff4100;}
|
||||||
background-color:#00ffd0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.black-bg{
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark-gray-bg{
|
|
||||||
background-color: #4d4d4d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid-gray-bg{
|
|
||||||
background-color: #949494;
|
|
||||||
}
|
|
||||||
|
|
||||||
.light-gray-bg{
|
|
||||||
background-color: #e1e1e1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.white-bg{
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.purple-bg{
|
|
||||||
background-color: #8000ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.orange-bg{
|
|
||||||
background-color: #ff4100;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* General Typography */
|
/* General Typography */
|
||||||
|
|
||||||
|
@ -204,7 +138,7 @@ li{
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-size: 80px;
|
font-size: 3.8rem;
|
||||||
line-height: 80px;
|
line-height: 80px;
|
||||||
margin-bottom: 45px;
|
margin-bottom: 45px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
@ -243,7 +177,7 @@ hr{
|
||||||
}
|
}
|
||||||
|
|
||||||
.impact-section{
|
.impact-section{
|
||||||
margin-bottom:115px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-block{
|
.about-block{
|
||||||
|
@ -251,11 +185,20 @@ hr{
|
||||||
margin: -200px 150px 0px 150px;;
|
margin: -200px 150px 0px 150px;;
|
||||||
position: relative;
|
position: relative;
|
||||||
top:200px;
|
top:200px;
|
||||||
|
border: 2px solid #949494;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.package_before{
|
.package_before{
|
||||||
|
background-image: url("/Images/x-large-grid.svg");
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-position: top;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: contain;
|
||||||
|
padding-top: 225px;
|
||||||
|
padding-bottom: 225px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.statistics{
|
.statistics{
|
||||||
|
|
Loading…
Reference in a new issue