Initial commit with existing project files
This commit is contained in:
31
style.css
Executable file
31
style.css
Executable file
@@ -0,0 +1,31 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 230px;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
th {
|
||||
border: 1px solid salmon;
|
||||
background-color: salmon;
|
||||
font-weight: 700;
|
||||
color: white;
|
||||
}
|
||||
|
||||
thead th {
|
||||
background-color: lightcoral;
|
||||
border-color: lightcoral;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user