Skip to content

Commit

Permalink
Reverted CSS and changed part of html
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 13, 2024
1 parent e6c429d commit 7f8da4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ ul.navbar-nav {
font-size: 22px;
}

.pageslist {
text-align: center;
margin: auto;
width: 1000px;
padding: 260px;
color: #b1cbcc;
font-size: 22px;
}

.about {
text-align: center;
margin: auto;
Expand Down
6 changes: 3 additions & 3 deletions pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
</div>
</nav>

<pageslist>
<div class="pageslist">
<about>
<div class="about">
<div>
<p>Here will be a list of pages on my website</p>
</div>
</div>
</pageslist>
</about>

<footer>
<div class="container">
Expand Down

0 comments on commit 7f8da4c

Please sign in to comment.