Skip to content

Commit

Permalink
Update home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
raajjefonts committed Jun 26, 2023
1 parent da64bd6 commit 9334cd3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,40 @@ p {
background-color: #DEBA50;
color: #452c16;
}

#noti {
color: #000000;
background-color: #FFFFFF;
padding: 20px;
border-radius: 25px;
font-size: 25px;
font-weight: 600;
margin-top: 300px;
box-shadow: -2px 18px 37px -11px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 18px 37px -11px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 18px 37px -11px rgba(0,0,0,0.75);
line-height: 45px;
}

highlight {
color: #296D7A;
background-color: #fbf8f3;
border: solid 2px #296D7A;
font-size: 28px;
border-radius: 25px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;

}

highlight:hover {
color: #fbf8f3;
background-color: #296D7A;
}

0 comments on commit 9334cd3

Please sign in to comment.