Skip to content

Commit

Permalink
change header paragraph css
Browse files Browse the repository at this point in the history
  • Loading branch information
saziddeveloper committed May 6, 2024
1 parent 9d17957 commit fb549ec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 id="headerTitle2" class="headerTitle">Mission 2024</h1>
</div>
<p>Lorem ipsum dolor sit amet, usu cu esse possit referrentur, at eam falli deterruisset. No duo populo animal noluisse, enim</p>
<a target="_blank" href="https://saziddeveloper.github.io/">Explore Now</a>
<p>Scroll down to explore more about us</p>
<p id="headerParagraph2">Scroll down to explore more about us</p>
</div>
<div class="headerSection">
<img src="images/person/person-1.png" alt="PERSON">
Expand All @@ -50,5 +50,8 @@ <h4 class="missionTitle">Goals</h4>
</div>
</div>
</section>
<section>

</section>
</body>
</html>
20 changes: 18 additions & 2 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
font-size: 18px;
font-family: Poppins;
margin: 35px 0;
color: #3E3E3E;
}
#headerParagraph2 {
font-size: 16px;
font-family: Poppins;
margin: 35px 0;
color: #434343;
}
header a {
font-size: 18px;
Expand Down Expand Up @@ -63,7 +70,7 @@
padding: 0 100px;
display: flex;
}
# myMission h1 {
#myMission h1 {
display: none;
}
.missionSubSection {
Expand Down Expand Up @@ -92,4 +99,13 @@
color: #424242;
}

/* End CSS of section-1 */
/* End CSS of section-1 */


/*--------------------------------------
Start CSS of section-2
-------------------------------------*/



/* End CSS of section-2 */

0 comments on commit fb549ec

Please sign in to comment.