Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
astares authored Oct 28, 2024
1 parent d4dc0cf commit 4a81b41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/scrolling-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,30 @@ of those sections to manage the look and feel of the site. */

.intro-section {
color: white;
height: 100%;
padding-top: 150px;
text-align: center;
background: #3297d4;
}

.about-section {
height: 100%;
padding-top: 150px;
padding-top: 250px;
text-align: center;
background: #fff;
border-bottom: 2px solid gray;
}

.projects-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;

}

.contact-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #fff;
Expand Down

0 comments on commit 4a81b41

Please sign in to comment.