Open a tactic in the personal space

pull/81/head
DahmaneYanis 1 year ago committed by d_yanis
parent 95b24bb14b
commit 8a3c4379ab

@ -27,6 +27,9 @@
#personal-space { #personal-space {
background-color: orange; background-color: orange;
display: flex;
flex-direction: column;
} }
#sideMenu { #sideMenu {
@ -59,11 +62,25 @@
margin-bottom: 0px; margin-bottom: 0px;
} }
table { #bodyPersonalSpace {
width: 95%;
border : 1px red solid;
align-self: center;
}
#bodyPersonalSpace table{
width: 100%; width: 100%;
border-collapse : separate;
border-spacing : 1em;
} }
td { td {
text-align: center;
border : 3px solid black; border : 3px solid black;
padding-bottom : 1%;
padding-top : 1%;
margin: 80px;
text-align: center;
}
td:hover {
background-color: red;
} }
Loading…
Cancel
Save