Skip to content

Commit

Permalink
Style comment section of the landing page
Browse files Browse the repository at this point in the history
Add font-style, font-weight, font-size, margin, padding, colors etc. to the stylesheet of comment section
  • Loading branch information
TechieVinita committed Nov 17, 2023
1 parent ecc2cc6 commit a9daad0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,23 @@ h1{
display: flex;
justify-content: center;
align-items: center;
}


.comment-section{
padding: 80px 200px;
color: #1F2937;
background-color: #E5E7EB;
}
.comment{
font-size: 36px;
font-weight: 50;
font-style: italic;
margin-bottom: 14px;
}

.author-name{
font-size: 26px;
font-weight: bold;
text-align: right;
}

0 comments on commit a9daad0

Please sign in to comment.