Skip to content

Commit

Permalink
Merge branch 'find-branch' of https://github.com/meetarora10/RAPIDOC-…
Browse files Browse the repository at this point in the history
…HEALTHCARE-WEBSITE- into find-branch
  • Loading branch information
meetarora10 committed Jul 30, 2024
2 parents ed1d0ac + 81cd5ee commit 83eb72f
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 243 deletions.
20 changes: 9 additions & 11 deletions Html-Files/Css-Files/Experiencestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,25 +659,23 @@ align-items: center;
}

#doctor-list {
list-style-type: none;
padding: 0;
}

#doctor-list li {
display: flex;
flex-wrap: wrap;
gap: 20px; /* Adjust space between items as needed */
}

#doctor-list li {
border: 2px solid #4bb6b7;
border-radius: 20px;
padding: 30px;
margin: 20px 0;
background-color: #2c3e50;
font-family: 'Cambria', Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
color: #ecf0f1;
display: flex;
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin:30px;

}
width: calc(33.333% - 20px);
box-sizing: border-box;
}

#doctor-list li .content {
flex-grow: 1;
Expand Down
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,6 @@ footer {
.footer-bottom small {
font-size: 1rem;
display: inline;
white-space: nowrap;
}

.footer-bottom-links {
Expand Down
4 changes: 2 additions & 2 deletions test.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ h1 {
transition: all linear .8s;
border: 1px solid rgba(255, 255, 255, 0.125);
box-shadow: 2px 2px 2px rgb(5, 5, 5);
display: flex;
display: none;
justify-content: center;
align-items: center;
margin-top: 0px;
Expand Down Expand Up @@ -109,7 +109,7 @@ button {
padding: 15px 20px;
border-radius: 2rem;
cursor: pointer;
margin-left: 300px;
margin-left: -26px;

}

Expand Down
Loading

0 comments on commit 83eb72f

Please sign in to comment.