This commit is contained in:
2021-11-28 23:10:06 +01:00
parent 2021ee0aec
commit 2515aac7f3
4 changed files with 41 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 236 KiB

View File

@@ -1,3 +1,7 @@
html {
scroll-behavior: smooth;
}
*,
*::before,
*::after {
@@ -46,25 +50,7 @@ body{
color: #f2f2f2;
}
#top {
position: fixed;
bottom: 1.2rem;
float: right;
right: 18.5%;
left: 95%;
max-width: 75px;
width: 100%;
font-size: 1.3rem;
border: rgb(138,43,226);
background-color: #808080;
padding: .5px;
border-radius: 4px;
}
#top:hover {
background-color: #f2f200;
cursor: pointer;
}
.neon-button {
font-size: 1rem;

View File

@@ -0,0 +1,28 @@
#top {
position: fixed;
bottom: 1.2rem;
float: right;
right: 18.5%;
left: 95%;
max-width: 75px;
width: 100%;
font-size: 1.3rem;
border: rgb(138,43,226);
background-color: #808080;
padding: .5px;
border-radius: 4px;
}
#top:hover {
background-color: #f2f200;
cursor: pointer;
}
#scroll-down {
margin-top: 95%;
}
#content {
margin-top: 100%;
background-color: #121212;
}