diff --git a/front/style/home.css b/front/style/home.css index 19067f8..c053198 100644 --- a/front/style/home.css +++ b/front/style/home.css @@ -27,6 +27,9 @@ #personal-space { background-color: orange; + display: flex; + flex-direction: column; + } #sideMenu { @@ -59,11 +62,25 @@ margin-bottom: 0px; } -table { +#bodyPersonalSpace { + width: 95%; + border : 1px red solid; + align-self: center; +} +#bodyPersonalSpace table{ width: 100%; + border-collapse : separate; + border-spacing : 1em; } td { - text-align: center; border : 3px solid black; + padding-bottom : 1%; + padding-top : 1%; + margin: 80px; + text-align: center; +} + +td:hover { + background-color: red; } \ No newline at end of file