This commit is contained in:
lumapu 2022-10-27 20:17:28 +00:00
commit a417b4ed65
12 changed files with 43 additions and 0 deletions

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

15
css/style.css Normal file
View file

@ -0,0 +1,15 @@
tr {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
td, th {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 7px;
}
h2, h3, h4 {
margin-top: 15px;
color: #0d6efd;
}