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

@ -137,3 +137,17 @@ hr
width: 70%;
border-bottom: 3px dotted blue;
}
.nav
{
display: block;
margin: 40px auto;
width: 80%;
padding: 10px;
background-color: rgb(251, 227, 255);
}
.nav a:before
{
content: " \1F496 "
}