mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-08 12:53:47 +02:00
arborescence clean
This commit is contained in:
22
web/css/styles.css
Normal file
22
web/css/styles.css
Normal file
@ -0,0 +1,22 @@
|
||||
html {
|
||||
scroll-padding-top: 3.5rem;
|
||||
}
|
||||
|
||||
header {
|
||||
padding-top: 9rem;
|
||||
padding-bottom: 6rem;
|
||||
}
|
||||
|
||||
section {
|
||||
padding-top: 9rem;
|
||||
padding-bottom: 9rem;
|
||||
}
|
||||
th{
|
||||
border-color: black;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
th:hover {
|
||||
background-color: #4fa9e6;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user