Skip to content

Commit

Permalink
Merge pull request #55 from shinebhatta/main
Browse files Browse the repository at this point in the history
Added bootstrap and added spacing where required
  • Loading branch information
Virtual4087 authored Oct 22, 2023
2 parents 86b4d48 + e73baa8 commit 25fc3d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/>

<link rel="icon" type="image/x-icon" href="./assets/images/4x/logo.webp" />

// Also Added bootstrap
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/responsiveness.css" />
</head>
Expand Down Expand Up @@ -151,8 +152,9 @@
</div>
<button>JUST $1 PLANTS A TREE</button>
</div>

<div class="get_involved section">

<!--Added margin to bottom-->
<div class="get_involved section mb-5">
<div class="Option" id="_1">INDIVIDUALS</div>
<div class="Option" id="_2">BUSINESSES</div>
<div class="Option" id="_3">SCHOOLS</div>
Expand Down

0 comments on commit 25fc3d4

Please sign in to comment.