Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravgorane authored Feb 29, 2024
1 parent c700591 commit 6f252d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Blog_preview_card/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<p class="dates">Published 21 Dec 2023</p>

<h2>HTML & CSS foundations</h2>
<h1>HTML & CSS foundations</h1>

<p class="data">These languages are the backbone of every website, defining structure, content, and presentation.</p>

Expand Down
8 changes: 6 additions & 2 deletions Blog_preview_card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ body{

.information .dates{
font-size: 1.4rem;
margin: 1.8rem 0;
margin: 2rem 0;
}

.information h1{
font-size: 2.4rem;
}

.information h2:hover{
.information h1:hover{
color: var(--Yellow);
cursor: pointer;
}
Expand Down

0 comments on commit 6f252d0

Please sign in to comment.