This commit is contained in:
Zsolt Ero
2024-01-17 16:49:39 +01:00
parent 0d614e7ded
commit b2785c7ee7
5 changed files with 30 additions and 2 deletions

View File

@@ -90,14 +90,25 @@ p a {
transition: box-shadow 200ms ease 0s;
}
a:hover {
p a:hover {
box-shadow: 0 2px 0 #007cd7;
}
strong {
color: #555;
}
.logo {
margin: 0 auto;
}
.icons {
margin: 0 auto;
width: 80px;
display: flex;
justify-content: space-between;
}
h1 {
text-align: center;
}