Skip to content

Commit

Permalink
2024-09-22 Aesthetics Update
Browse files Browse the repository at this point in the history
  • Loading branch information
iantangc committed Sep 22, 2024
1 parent 8b01b0b commit 614b295
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 376 deletions.
15 changes: 13 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@ html {
bottom: 0;
width: 100%;
background-color: #ebf5ff;
box-shadow: 0px -2px 6px #00000018;
}

.jumbotron {
margin: 0px auto;
padding: 40px 0px;
background: #D6EBFF;
box-shadow: 0px 2px 4px #00000020;
}

#profile_photo {
box-shadow: 2px 2px 4px #00000030;
}

address {
Expand All @@ -44,7 +50,7 @@ address {
body {
position: relative;
padding: 50px 0px 0px 0px;
z-index: 0;
z-index: 0;
margin-bottom: 60px;
}

Expand All @@ -69,7 +75,8 @@ hr.row-item {
}

.navbar-dark {
background-color: #003e74;
background-color: #003e74;
box-shadow: 0px 2px 4px #00000060;
}

.navbar-nav > li{
Expand Down Expand Up @@ -105,6 +112,10 @@ hr.row-item {
.col-12 {
margin-top:10px;
}

#main_content {
margin: 0px 5px 0px 5px;
}
}

:target{
Expand Down
Loading

0 comments on commit 614b295

Please sign in to comment.