You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
981 B
69 lines
981 B
|
|
#main {
|
|
margin-left : 10%;
|
|
margin-right: 10%;
|
|
border : solid 2px purple;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-family: Helvetica,;
|
|
}
|
|
|
|
.new {
|
|
border-radius: 100%;
|
|
}
|
|
|
|
#header {
|
|
text-align: center;
|
|
background-color: green;
|
|
margin : 0px;
|
|
}
|
|
|
|
#body {
|
|
display: flex;
|
|
flex-direction: row;
|
|
border : solid 10px violet;
|
|
margin:0px
|
|
}
|
|
|
|
#personal-space {
|
|
background-color: orange;
|
|
}
|
|
|
|
#sideMenu {
|
|
background-color: grey;
|
|
}
|
|
|
|
#titlePersonalSpace h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
#sideMenu h2 {
|
|
display: inline-block;
|
|
margin-right : 5%;
|
|
}
|
|
|
|
.titreSideMenu {
|
|
border-bottom: black solid 2px;
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
#sideMenu .title {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
color : #FFFFFF;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
background-color: black;
|
|
padding : 1.5%;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
td {
|
|
text-align: center;
|
|
border : 3px solid black;
|
|
} |