Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Font Syles and size plus modified the interaction of the web… #674

Merged
merged 1 commit into from
Nov 10, 2024
Merged
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<title>Swasthya Point</title>
<style>
body {
font-family: 'Poppins', sans-serif;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
display: flex;
flex-direction: column;
min-height: 100vh;
Expand Down Expand Up @@ -220,7 +220,7 @@ <h3>Your Health, Our Priority</h3>
<span>Personalized Care for Every Patient</span>
<p>We believe in a patient-centered approach, offering a wide range of medical services tailored to meet
your unique health needs.</p>
<a href="#" class="btn btn-outline-dark d-grid px-5 py-3 ">EXPLORE</a>
<a href="#" class="btn btn-outline-dark d-grid px-8 py-7 ">EXPLORE</a>
</div>

<div style="height: 100vh; filter: brightness(0.7);">
Expand Down
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,10 @@ header .navbar a{
}

.home .content span{
font-size: 3.5rem;
color: #a7e0ff;
font-size: 4.4rem;
outline: #000;

color: red;
padding: 1rem 0;
line-height: 1.5;
}
Expand Down Expand Up @@ -664,7 +666,7 @@ section {

.services .icon-box {
text-align: center;
background: linear-gradient(106deg,#858383,#ffffff);
background: linear-gradient(106deg,#fefcfc,#ffffff);
border: none;
padding: 20px 20px 20px 20px;
transition: all ease-in-out 0.5s;
Expand Down