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.
40 lines
750 B
40 lines
750 B
#personal-space {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#titlePersonalSpace h2 {
|
|
text-align: center;
|
|
color : var(--main-contrast-color);
|
|
/* font-family: Helvetica;
|
|
font-weight: bold; */
|
|
}
|
|
|
|
#bodyPersonalSpace {
|
|
width: 95%;
|
|
/* background-color: #ccc2b7; */
|
|
border : 3px var(--main-color) solid;
|
|
border-radius: 0.5cap;
|
|
align-self: center;
|
|
}
|
|
|
|
#bodyPersonalSpace table{
|
|
width: 100%;
|
|
border-collapse : separate;
|
|
border-spacing : 1em;
|
|
table-layout: fixed;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#bodyPersonalSpace td {
|
|
width: 80px !important;
|
|
padding-bottom : 1%;
|
|
padding-top : 1%;
|
|
height: fit-content;
|
|
text-align: center;
|
|
overflow: hidden ;
|
|
}
|
|
|
|
tbody p {
|
|
text-align: center;
|
|
} |