This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kbm-html/assets/seiten/css/startseite.css
2021-11-29 12:43:10 +01:00

29 lines
439 B
CSS

#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: #909099;
cursor: pointer;
}
#scroll-down {
margin-top: 95%;
}
#content {
margin-top: 100%;
background-color: #121212;
}