update style, add div hyperlinks

This commit is contained in:
Kaisa Marysia 2025-04-12 11:00:36 +02:00
parent dfa924a58b
commit 75cc059556
5 changed files with 116 additions and 7 deletions

View file

@ -7,7 +7,7 @@ body {
.container {
width: 100vw;
height: 100vh;
height: 100vw;
margin: 0px;
}
@ -27,6 +27,27 @@ body {
border-style: solid;
border-color: black;
box-shadow: 8px 8px 0px black;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.content-social-name {
font-weight: bold;
font-family: sans;
font-size: xx-large;
text-transform: uppercase;
}
.content-social-desc {
font-weight: bold;
font-family: sans;
font-size: large;
text-transform: uppercase;
}
[class*="-txt"] {
width: 80%;
}
.content-social-profile img {
@ -38,11 +59,28 @@ body {
position: relative;
}
.div-link {
position: relative;
}
.div-link a {
position: absolute;
width: 100%;
height: 38px;
top: 0;
left: 0;
text-decoration: none;
z-index: 10;
background-color: #FFF;
opacity: 0;
filter: alpha(opacity=1);
}
.footer {
width: 100%;
background: white;
text-align: center;
position: absolute;
position: fixed;
height: 28px;
bottom: 0;
}
@ -74,3 +112,8 @@ body {
width: 20%;
float: left;
}
p {
margin-bottom: 10px;
margin-top: 5px;
}