ft_transcendence/frontend/static/css/me.css
2023-12-18 21:27:52 +01:00

19 lines
210 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;
}