Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
EuJinnLucaShow committed Nov 11, 2023
1 parent 2a07ba3 commit cbec811
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified src/images/Vanilla JavaScript.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body class="body__home">
<h1>Load More, Infinite Scroll, Pagination</h1>
<h1 class="title__home">Load More, Infinite Scroll, Pagination</h1>
<nav>
<ul class="navigate">
<li><a href="./loadmore.html" class="navigate__link navigate__btn"><span>Click!</span><span>Load More</span></a>
Expand Down
5 changes: 4 additions & 1 deletion src/sass/_home-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
background-color: rgba(254,241,157,255);
}

.title__home {
color: #174ea6;
}

.navigate {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -34,7 +38,6 @@
font-family: 'Neueyokarto';
}


.navigate__btn{
position: relative;
right: 20px;
Expand Down

0 comments on commit cbec811

Please sign in to comment.