ft_transcendence/frontend/static/css/me.css
2023-12-16 18:00:38 +01:00

18 lines
209 B
CSS

#app #main .account
{
background-color: red;
}
#app #main
{
width: 60%;
display: flex;
margin-left: auto;
margin-right: auto;
flex-direction: column;
}
#app #main .profile
{
background-color: green;
}