Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ <h1 data-aos="zoom-in-down" style="text-align:center;margin-top: 70px;">Steps to
<h1 data-aos="zoom-out">Plant a tree in the Hacktober Forest</h1><br><br>
<div class="container">
<i>
<p style="color: black; font-size: 210% !important; font-family: Poppins;">
<p style="color: black; font-size: 210% !important; font-family: 'Merriweather', serif;">
"When we plant trees, we plant the seeds of peace and seeds of hope"
</p>
<p style="color: rgb(171, 138, 116); font-size: 210% !important; font-family: Poppins; text-align: right;">
<p style="color: rgb(171, 138, 116); font-size: 210% !important; font-family: 'Merriweather', serif; text-align: right;">
-Wangari Maathai
</p>
</i><br><br>
Expand Down Expand Up @@ -244,4 +244,4 @@ <h4 style="text-align:center; color:white;"><a
</script>
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap');
@font-face {
font-family: "Poppins";
src: url(fonts/Poppins-Regular.otf) format("opentype");
Expand Down Expand Up @@ -524,4 +525,4 @@ a#updated-rules:hover {
.expired{
font-size: 24px;
}
}
}