added /projects, removed some lines from main style.css

This commit is contained in:
zyqunix 2024-11-27 22:23:50 +01:00
parent 2f1c6ba41b
commit 483678545b
10 changed files with 332 additions and 59 deletions

View file

@ -47,7 +47,6 @@ img {
max-width: 100vw;
position: fixed;
background-color: rgba(59, 59, 59, 0.885);
padding: 1.5vh 2vw;
backdrop-filter: blur(3px);
font-size: large;
top: 0;
@ -56,23 +55,6 @@ img {
overflow-x: hidden;
}
#footer {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 100vw;
position: fixed;
background-color: #3b3b3b80;
padding: 1.5vh 2vw;
backdrop-filter: blur(3px);
font-size: large;
bottom: 0;
border-top: 1px solid #46464680;
z-index: 9999;
overflow-x: hidden;
}
.theme-button {
cursor: pointer;
background: none;
@ -178,36 +160,3 @@ img {
border-radius: 10px;
object-fit: contain;
}
.prev, .next {
cursor: pointer;
top: 50%;
width: 36px;
height: 36px;
color: #f0f0f0;
background-color: #747474;
border: none;
font-weight: bold;
font-size: 18px;
transition: 0.1s ease;
user-select: none;
text-align: center;
justify-content: center;
margin: 5px;
}
.prev:hover,
.next:hover {
scale: 1.01;
background-color: #808080;
}
.prev {
left: 0;
border-radius: 50%;
}
.next {
right: 0;
border-radius: 50%;
}