first commit
This commit is contained in:
19
static/css/main.css
Normal file
19
static/css/main.css
Normal file
@ -0,0 +1,19 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse; /* optional: merges borders between cells */
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0 auto;
|
||||
width: max-content; /* ensures the form's width is not 100% */
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid black; /* adds border around each cell */
|
||||
padding: 8px; /* optional: adds space inside cells */
|
||||
text-align: left; /* optional: aligns text to the left */
|
||||
}
|
||||
Reference in New Issue
Block a user