First commit
This commit is contained in:
commit
440f5a7df4
1563 changed files with 217996 additions and 0 deletions
33
static/css/tabs.css
Normal file
33
static/css/tabs.css
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
/* TABLEAUX */
|
||||
|
||||
table {
|
||||
width: 80%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.table-40 {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.table-50 {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.table-60 {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.table-70 {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: 2px solid;
|
||||
text-align: left;
|
||||
font-size: 1.1rem;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue