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
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
<html>
<head>
<title>Pledge</title>
<style>
body {
background-image:
url('./picture/bottom-banner-trees.png'),
url('./picture/cloud-1.png'),
url('./picture/cloud-2.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom center, top left, top right;
}
</style>
</head>
<body>
<body style="background-color:powderblue;">
<div align="center">
<h1>Add your pledge here</h1>
<p> Plant trees. More the trees, more will be the sustainaiblity of mankind.</p>
Expand All @@ -24,6 +35,8 @@ <h1>Add your pledge here</h1>
<p>I will protect nature</p>
<p>I will plant trees to enhance the beauty of nature.</p>

<p>Time spent among trees is never time wasted!</p>

</div>
</body>
</html>
Binary file added picture/bottom-banner-trees.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added picture/cloud-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added picture/cloud-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.