This commit is contained in:
Miloslav Ciz 2024-02-14 21:56:29 +01:00
parent 57c8d33e04
commit 3631b726e5
12 changed files with 1803 additions and 1666 deletions

View file

@ -17,6 +17,29 @@ i:hover, em:hover
background-color: #ddd;
}
h1:first-of-type:after
{
content: ": PREMIUM $ ";
}
.nav
{
display: block;
margin: 30px 30px 0;
}
.nav:before
{
content: "[>>> ";
color: brown;
}
.nav:after
{
content: " <<<]";
color: brown;
}
h1:before, h2:before, h3:before, h1:after, h2:after, h3:after
{
content: " $ ";
@ -115,3 +138,10 @@ a:hover
{
color: #ff2121;
}
hr
{
margin: 30px 20px;
border-top: 1px dotted brown;
border-bottom: 1px solid white;
}