ft_transcendence/frontend/static/css/me.css

18 lines
209 B
CSS
Raw Normal View History

2023-12-16 12:00:38 -05:00
#app #main .account
2023-12-11 07:25:00 -05:00
{
background-color: red;
}
2023-12-16 12:00:38 -05:00
#app #main
2023-12-11 07:25:00 -05:00
{
width: 60%;
display: flex;
margin-left: auto;
margin-right: auto;
flex-direction: column;
}
2023-12-16 12:00:38 -05:00
#app #main .profile
2023-12-11 07:25:00 -05:00
{
background-color: green;
}