Skip to content

Commit

Permalink
All pages completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadijah authored and Khadijah committed Jun 22, 2024
1 parent 4bf0f01 commit 7a41f8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,32 +361,34 @@ nav ul li a {
text-align: center;

}


.team-box {
position: absolute;
top: 30px;
left: 43%; /* Adjust position as needed to be next to the first image */
left: 50%;
background-color: #ffffff;
padding: 1em;
padding: 0.5em;
border-radius: 23px;
text-align: center;
transform: translateX(-50%);
width: 130px;
height: 80px;
width: 150px;
height: 90px;
display: flex;
flex-direction: column;
justify-content: center;
}

.team-title {
font-size: 1em;
color: #000000;
margin-bottom: 0.5em;
margin-bottom: 0.2em;
margin-top: 0%;
}

.team-image {
width: 100%;
height: auto;
max-width: 300px; /* Adjust max-width as needed */
border-radius: 23px; /* Apply border radius to match the team-box */
max-width: 300px;
border-radius: 23px;
}

.our-team-section {
Expand Down
4 changes: 2 additions & 2 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ body {
color: #ffffff;
margin-bottom: 3em;
margin-left: 28em;
height: 30px;
width: 170px;
height: 40px;
width: 200px;

}
.black-icon {
Expand Down

0 comments on commit 7a41f8f

Please sign in to comment.