header, login css

This commit is contained in:
ruchi 2021-04-08 19:33:12 -04:00
parent ed766a9d6a
commit d374141d39
7 changed files with 28 additions and 5 deletions

View file

@ -1,7 +1,22 @@
.colored-section {
.colored-section2 {
/*
background-color: #e7dec8;
color: #000000;
white-space: nowrap;
background-color: #d84747;
background-image: url("../images/banner.jpg");
background-size:cover;
*/
}
.big-heading{
font-family: 'Source Sans Pro',sans-serif!important;
font-weight: bold;
font-size: 40px;
text-shadow: rgb(0 0 0 / 10%) 0 5px 10px;
text-align: center;
color:rgb(72, 115, 139);
}