parent
15ff5db339
commit
eecf0e03c7
@ -1,10 +1,44 @@
|
|||||||
/* #header {
|
|
||||||
background-color: var(--white);
|
#main {
|
||||||
transition: box-shadow .3s linear;
|
margin-left : 2%;
|
||||||
outline: 0;
|
margin-right: 2%;
|
||||||
box-shadow: 0 10px 15px #00000026;
|
border : solid 2px purple;
|
||||||
} */
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
text-align: center;
|
||||||
|
background-color: green;
|
||||||
|
margin : 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
border : solid 10px yellow;
|
||||||
|
margin:0px
|
||||||
|
}
|
||||||
|
|
||||||
|
#personal-space {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sideMenu {
|
||||||
|
background-color: blue;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#ps-title {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sideMenu h2 {
|
||||||
|
display: inline-block;
|
||||||
|
margin-right : 5%;
|
||||||
}
|
}
|
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
Reference in new issue