Skip to content

Commit

Permalink
blog buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Sep 10, 2024
1 parent 1c709a5 commit 62baf70
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,29 @@ html[dir=rtl] .pay h1 {
line-height:2;
}

.blog_buttons {
display:flex;
align-items:center;
justify-content:center;
gap:15px;
margin-bottom:50px
}

.blog_buttons a{
width:100px;
font-size: 14px;
line-height: 18px;
background: #ff7443;
border-radius: 10px;
padding: 6px 8px;
color: white;
margin: 0;
font-family: "DK Cool";
display:flex;
align-items:center;
justify-content:center;
}

@media (min-width: 768px) {
.content {
margin-left: 6rem;
Expand Down
4 changes: 4 additions & 0 deletions viewMore.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
<h2 class="header-title">Finibus Bonorum et Malorum</h2>
<p class="header-date">Monday May 20</p>
</div>
<div class="blog_buttons">
<a href="#">Next</a>
<a href="#">Previous</a>
</div>
</div>
<!-- End Header Section -->

Expand Down

0 comments on commit 62baf70

Please sign in to comment.