Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shruti-sen2004 committed Dec 10, 2023
1 parent 79d118c commit 6c259ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="text-6xl font-bold">Start learning with us now</h1>
</div>
</div>
</section>
<h2 class="text-3xl text-center font-bold">Discover Our Popular<br>Courses</h2>
<h2 class="text-3xl text-center font-bold pt-20">Discover Our Popular<br>Courses</h2>
<h5 class="text-center text-gray-600 pb-10">It is a long established fact that a reader will be distractedby the readable <br> content of a page when looking at its layout.</h5>

<section class="courses">
Expand Down Expand Up @@ -117,9 +117,10 @@ <h5 class="text-blue-500 p-2 text-sm">Price: $10</h5>
</div>
</div>
</div>
<div class="flex justify-center pt-5 pb-10"><button class="bg-blue-500 text-white py-3 space-x-2 px-6 rounded-lg shadow-inner">See More Courses</button></div>
</section>

<section class="explore hidden lg:block">
<section class="explore hidden lg:block pt-20">
<div class="content-box flex-col lg:flex-row bg-[#F4FAFD] mt-6 p-5 rounded-lg max-w-[1125px] mx-auto gap-10 flex items-center justify-between">
<div class="hero-image flex-1">
<img class="max-h-[525px] ml-auto" src="./images/Rectangle 8.png" alt="man"/>
Expand Down Expand Up @@ -180,7 +181,7 @@ <h5 class="text-xs">Web Developer</h5>
</section>
<div class="flex justify-center pt-5 pb-10"><button class="bg-blue-500 text-white py-3 space-x-2 px-6 rounded-lg shadow-inner">View All</button></div>

<section class="feedback">
<section class="feedback pt-20">
<h2 class="text-3xl text-center font-bold ">Some Students Feedback</h2>
<p class="text-center text-gray-600 py-10">Student reviews are the heart of our community. Here, learners share <br>their experiences, insights, and journeys through our courses.</p>
<div class="flex justify-center">
Expand Down

0 comments on commit 6c259ac

Please sign in to comment.