Initial commit
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
commit
5f64caf6bc
13 changed files with 400 additions and 0 deletions
18
assets/css/styles.css
Normal file
18
assets/css/styles.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
:root {
|
||||
}
|
||||
|
||||
.highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.display {
|
||||
font-size: 24px;
|
||||
}
|
Reference in a new issue