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
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/HarryFitnessWebsite.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
<img class="dumbellimg" src="dumbell.png" alt="">
</div>
<h1 class="my-1 text-center">The best fitness Gym in the town is here</h1>
<p class=" text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequuntur
error corporis fugit dolore adipisci aperiam omnis nisi dolores hic eius in ex id iure, ea
sunt asperiores et voluptatibus dignissimos autem maiores molestias dolor rem delectus
quidem! Inventore.</p>
<p class=" text-center">Welcome to our fitness website! Here, you'll find everything you need to get on the path to a healthier and happier you. Whether you're a beginner or a seasoned fitness enthusiast, our team of certified personal trainers and experts will provide you with the knowledge and support you need to reach your goals. From strength training and weight loss, to nutrition and wellness, we have it all. Browse our site to learn more, and don't hesitate to reach out if you have any questions. Let's get fit together!</p>
<!-- Display the countdown timer in an element -->
<p class="deal text-center">The deal ends in <span id="demo"></span></p>
<div class="buttons">
Expand Down Expand Up @@ -148,6 +145,7 @@ <h1 class="text-center my-2">Compare Plans</h1>
</tr>
</tbody>
</table>
</div>
</section>
<hr>
</main>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.container{
max-width: 80vw;
font-family: 'Ubuntu', sans-serif;
font-family: ejavu Sans, Arial, Verdana, sans-serif;
}

.navbar{
Expand Down