Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tikiyiki authored Dec 8, 2023
1 parent 29b8ee3 commit 48a8650
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
.top-container {
display: flex;
position: relative;
background-color: rgb(233, 233, 233);
background: rgb(177, 211, 243);
width: 100%;
height: 80px;
justify-content: center;
Expand Down Expand Up @@ -1031,7 +1031,7 @@
position: relative;
width: 20%;
height: 79px;
background-color: rgb(233, 233, 233);
background: rgb(177, 211, 243);
justify-content: center;
align-items: center;
margin-left: -1.31%;
Expand All @@ -1042,7 +1042,7 @@
position: relative;
width: 79.6%;
height: 79px;
background-color: rgb(233, 233, 233);
background: rgb(177, 211, 243);
justify-content: center;
align-items: center;
margin-left: 7%;
Expand All @@ -1054,7 +1054,7 @@
flex-direction: column;
width: 100%;
height: auto;
background-color: rgba(222, 222, 222, 0.538);
background: rgba(66, 145, 219, 0.458);
justify-content: center;
align-items: center;
}
Expand Down Expand Up @@ -2703,7 +2703,7 @@
width: 100%;
height: auto;
padding: 10px;
background: rgba(66, 145, 219, 0.63);
background: rgba(66, 145, 219, 0.355);
margin-top: 3rem;
margin-bottom: 1.5rem;
}
Expand Down

0 comments on commit 48a8650

Please sign in to comment.