Wetter

@import url('https://fonts.googleapis.com/css?family=Barrio|Montserrat:700'); $green: #00d166; body { font-family: 'Montserrat', sans-serif; display: flex; height: 100vh; width: 100vw; background: #111; } button { margin: auto; padding: 1rem; text-transform: uppercase; color: #fafafa; background-color: $green; border: none; border-radius: 3px; box-shadow: 1px 1px 10px rgba(50,50,50,.4); transition: .3s all ease; letter-spacing: .1rem; font-size: .85rem; position: relative; top: 0; right: 0; padding-left: 2.5rem; &:after, &:before { position: absolute; font-family: 'Barrio', sans-serif; font-weight: bold; font-size: 1rem; color: darken($green, 20%); transition: .3s all ease; } &:before { content: '_'; position: absolute; left: 1.4rem; top: .9rem; } &:after { content: '>'; position: absolute; left: .8rem; top: 1rem; } &:hover { box-shadow: 1px 1px 10px rgba(150,150,150,.7); top: -.1rem; right: -.1rem; &:before { content: '_'; position: absolute; left: .8rem; top: .7rem; transform: translateY(-1px); } &:after { content: '>'; position: absolute; left: 1.1rem; top: 1rem; } } }
« Juli 2026 »
Mo Di Mi Do Fr Sa So
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Keine Events in den nächsten vier Wochen gefunden.