18 lines
209 B
CSS
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;
|
|
} |