modify css

This commit is contained in:
Kaisa Marysia 2025-04-12 22:40:50 +02:00
parent 75cc059556
commit 53cbebf868
28 changed files with 736 additions and 39 deletions

View file

@ -2,7 +2,10 @@ body {
margin: 0px;
width: 100%;
height: 100%;
display: flex;
}
a {
text-decoration: none;
}
.container {
@ -17,6 +20,9 @@ body {
margin-left: auto;
margin-right: auto;
width: 40%;
height: 100vh;
font-family: sans;
text-transform: uppercase;
}
[class*="content-social-link"] {
@ -63,6 +69,22 @@ body {
position: relative;
}
[class*="content-social-link"]:hover {
right: 10px;
position: relative;
box-shadow: 18px 8px 0px black;
}
[class*="content-social-link"]:hover .linkimg{
filter: invert(100%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.copyleft {
font-family: sans;
text-transform: capitalize;
font-size: small;
}
.div-link a {
position: absolute;
width: 100%;
@ -117,3 +139,8 @@ p {
margin-bottom: 10px;
margin-top: 5px;
}
.emptybox {
height: 30vw;
width: 100%;
}