Skip to content

Commit

Permalink
the other
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaTsekanovskiy committed Jan 10, 2024
1 parent 03320da commit 4177db7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 3dProj/css/comparisons.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,15 @@ left: 0px !important;
top: initial;
width: initial !important;
overflow-x: clip;
}
.navitem:hover {
background-color: orange;
color: white;
padding: 10px 15px;
margin-left: 10px;
margin-right: 10px;
border: none;
cursor: pointer;
border-radius: 20px;
transition: background-color 0.3s;
}
11 changes: 11 additions & 0 deletions 3dProj/css/dorms.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ body {
font-size: 30pt;

}
.navitem:hover {
background-color: orange;
color: white;
padding: 10px 15px;
margin-left: 10px;
margin-right: 10px;
border: none;
cursor: pointer;
border-radius: 20px;
transition: background-color 0.3s;
}

h2 {
color: #00003a;
Expand Down

0 comments on commit 4177db7

Please sign in to comment.