From 8a3c4379ab691f1044992b3c4a03801c17eb27d6 Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Tue, 19 Dec 2023 11:19:11 +0100 Subject: [PATCH] Open a tactic in the personal space --- front/style/home.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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