OurSponsor page done need more css

This commit is contained in:
2023-11-25 16:12:02 -07:00
parent 8fc923ffd4
commit fd5fec73a9
4 changed files with 118 additions and 68 deletions

View File

@ -0,0 +1,48 @@
#OurSponsors {
display: flex;
flex-direction: column;
justify-content: center;
}
#OurSponsors div div {
display: flex;
flex-direction: column;
justify-content: center;
width: 80%;
padding-left: 10%;
}
#OurSponsors div div div div img {
display: flex;
justify-content: left;
}
#OurSponsors div div p {
display: flex;
justify-content: left;
}
#OurSponsors div div div div {
padding: 0%;
display: flex;
flex-direction: column;
justify-content: left;
}
#OurSponsors div div div {
display: flex;
flex-direction: row;
justify-content: end;
padding: 0%;
width: 100%;
}
#OurSponsors h2 {
background-color: aquamarine;
text-align: center;
}
#OurSponsors h3 {
text-align: left;
}