css rework

This commit is contained in:
Rosia E Evans 2025-04-30 22:41:11 +01:00
parent c54bafaf2b
commit e2cdbc55fa
5 changed files with 165 additions and 0 deletions

15
socials.css Normal file
View file

@ -0,0 +1,15 @@
.socials{
display: flex;
flex-direction: row;
justify-content: center;
padding: 0 10% 0 10%;
}
.socials img{
width: 100px;
height: 100px;
}
main .socials{
margin: auto;
}