Skip to content

Commit

Permalink
Merge branch 'main' into Hoveradded
Browse files Browse the repository at this point in the history
  • Loading branch information
zalabhavy authored Jun 7, 2024
2 parents dde420a + 02ad479 commit 4e22e46
Show file tree
Hide file tree
Showing 24 changed files with 2,540 additions and 201 deletions.
119 changes: 119 additions & 0 deletions Css-Files/aboutus.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
.about-us {
display: block;
margin: auto;
width: 52.5rem;
height: 100%;
background-color: white;
}

.about-us-heading {
text-align: center;
font-size: 40px;
margin-bottom: 5rem;
margin-top: 5rem;
}

.about-us-block {
display: flex;
justify-content: space-evenly;
}

.about-us-community, .about-us-product, .about-us-event, .about-us-location {
display: flex;
flex-direction: column;
gap: 1rem;
width: 35%;
height: 18rem;
border: 1px solid rgba(206, 212, 218, 1);
border-radius: 8px;
margin-bottom: 21px;
}

.about-us-community {
border: 2px solid #1c413b;
}

.about-us-community:hover {
background: #1c413b;
color: white;
}

.about-us-location {
border: 2px solid #1c413b;
}

.about-us-location:hover {
background: #1c413b;
color: white;
}

.about-us-product {
border: 2px solid #1c413b;
}

.about-us-product:hover {
background: #1c413b;
color: white;
}

.about-us-event {
border: 2px solid #1c413b;
}

.about-us-event:hover {
background: #1c413b;
color: white;
}

.about-us-blk-text {
font-size: 20px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
margin-top: 1rem;
}

.about-us-blk-para {
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
margin-left: 1rem;
margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
.about-us-block {
flex-direction: column;
justify-content: center;
align-items: center;
}

.about-us-community, .about-us-event, .about-us-location, .about-us-product {
width: 90%;
height: 100%;
padding: 0.5rem;
}
}

@media only screen and (max-width: 1020px) {
.about-us-block {
flex-direction: column;
justify-content: center;
align-items: center;
}

.about-us-community, .about-us-event, .about-us-location, .about-us-product {
width: 90% !important;
height: 100%;
padding: 0.5rem;
}
}

@media only screen and (max-width: 1250px) {
.about-us-community, .about-us-event, .about-us-location, .about-us-product {
width: 45%;
}
}
29 changes: 7 additions & 22 deletions Css-Files/bloodstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
box-sizing: border-box;
font-family: 'poppins',sans-serif;
}
bodY{
body{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
Expand All @@ -16,7 +17,7 @@ bodY{
text-decoration: none;
margin-top: -18px;
position: absolute;
left: 50%;
left: 45%;
font-size: 30px;
justify-content: center;
align-items: center;
Expand All @@ -28,7 +29,6 @@ margin-top: -18px;
color: #fff;
}
#topbar1 {
background: #022a2d;
height: 50px;
font-size: 14px;
transition: all 0.5s;
Expand All @@ -39,26 +39,9 @@ margin-top: -18px;
top: -40px;
}

#topbar1 .contact-info a {
margin-top: -40px;
line-height: 1;
color: #fff;
transition: 0.3s;
}

#topbar1 .contact-info a:hover {
color: #3fbbc0;
}
#topbar1 .contact-info i {
color: #3fbbc0;
margin-top: -40px;
padding-right: 4px;
margin-left: 15px;
line-height: 0;
}
#topbar1 .contact-info i:first-child {
margin-left: 0;
}



#topbar1 .social-links a {
margin-top: -40px;
Expand All @@ -67,6 +50,8 @@ margin-top: -18px;
display: inline-block;
line-height: 1px;
transition: 0.3s;
transform: translateY(-100px);


}
#topbar1 .social-links a:hover {
Expand Down
97 changes: 97 additions & 0 deletions Css-Files/doctor.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,102 @@ body{
padding: 40px 0;
border-radius: 20px;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
background-color: #f8f8f8;
}

.logo {
height: 40px;
}

.header-buttons button {
margin-left: 10px;
padding: 5px 10px;
}

.calendar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #f3f3f3;
padding: 10px;
border-bottom: 1px solid #ccc;
}

.nav-button {
background-color: #007bff;
color: #fff;
border: none;
padding: 5px 10px;
cursor: pointer;
}

.month {
font-size: 20px;
font-weight: bold;
}

.dates {
display: flex;
gap: 10px;
}

.date1, .date2, .date3, .date4, .date5, .date6, .date7, .date8, .date9, .date10, .date11, .date12 {
background-color: #fff;
padding: 10px;
cursor: pointer;
border: 1px solid #ccc;
}

.date:hover {
background-color: #007bff;
color: #fff;
}

.schedule {
padding: 20px;
}

.consultation {
margin-top: 20px;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f9f9f9;
}

.consultation h3 {
margin: 0;
}

.consultation p {
margin: 5px 0;
}

.consult-button {
background-color: #007bff;
color: #fff;
border: none;
padding: 5px 10px;
cursor: pointer;
margin-top: 10px;
display: inline-block;
}

.consult-button:hover {
background-color: #0056b3;
}

footer {
display: flex;
justify-content: space-around;
padding: 10px;
background-color: #f8f8f8;
}
.card{
border-radius: 25px;
background-color: #FFf;
Expand Down Expand Up @@ -101,6 +197,7 @@ transition: all 0.3s ease;
.button:hover{
background: #02969bd5;
}

.swiper-navBtn{
color: white;
}
Expand Down
Loading

0 comments on commit 4e22e46

Please sign in to comment.