Основа для шпаргалки

This commit is contained in:
NV
2023-05-10 21:45:42 +03:00
parent eb7046e0f5
commit 049ac0e825
2 changed files with 131 additions and 0 deletions

28
style.css Normal file
View File

@@ -0,0 +1,28 @@
.header {
justify-content: center;
text-align:center;
}
ol li {
list-style-position: inside;
}
.exam {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#table {
line-height:200%
}
footer {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 30px;
background: #444;
color: white;
}
a.foo:hover {
text-decoration-color: black;
color: black;
}
a.foo {
text-decoration-color: white;
color: white;
}