Added the slogan.

This commit is contained in:
Batuhan Basoglu 2021-03-28 20:42:46 -04:00
parent 3e8d92c230
commit 4c5823a9b5
3 changed files with 58 additions and 19 deletions

View file

@ -0,0 +1,32 @@
.colored-section {
background-color: #a77a32;
color: #ffffff;
}
.colored-section2 {
background-color: #ffe609;
color: #000000;
white-space: nowrap;
}
.colored-section3 {
background-color: #cfd3ce;
color: #ffffff;
}
.white-section {
background-color: #ffffff;
}
#title .container-fluid {
padding: 4% 32% 6%;
text-align: left;
font-family: "Georgia";
}
#features .container-fluid {
padding: 3% 5% ;
text-align: left;
}