profilpage/css/style.css
2021-06-25 17:41:11 +02:00

2 lines
1.3 KiB
CSS
Executable file

@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";body,html{height:100%;margin:0}.start-bg-logo{background-image:url("//cdn.a-hoefler.eu/apps/81se1gtsgw/image.jpg");height:92%;background-position:center;background-repeat:no-repeat;background-size:cover}.start-bg-text{text-align:center;position:relative;top:50%;transform:translateY(-50%)}.start-bg-text p,.start-bg-text{background:transparent;font-weight:bold;font-size:100px}.stage{display:flex;height:8%;width:100%;background:transparent}.stage #mouse{content:url("https://api.iconify.design/ion-mouse.svg?height=16&color=White");vertical-align:-0.125em;display:table;margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:20px;height:50px;background:transparent;animation-name:bounce-3;animation-timing-function:ease;align-self:flex-end;animation-duration:1.5s;animation-iteration-count:infinite}@keyframes bounce-3{0%{transform:translateY(0)}30%{transform:translateY(-30px)}50%{transform:translateY(0)}100%{transform:translateY(0)}}.content{margin:40px}.content h1{font-size:40px}.content p{font-size:20px}.content .intro img{width:150px;float:left;margin-bottom:10px;margin-right:10px}.content .intro p{text-align:block}body,*{background-color:#333;color:#fff;font-family:Roboto}/*# sourceMappingURL=style.css.map */