Pinned
Category: Games
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .vinyl-container { position: relative; width: 300px; height: 300px; margin: 50px auto; } .vinyl { width: 100%; height: 100%; border-radius: 50%; background-color: » Continue Reading
» View Blog Entry
Pinned
Category: Life
main:before { width: 100%; height: 170px; display: block; content: ""; background-image: url('https://i.pinimg.com/originals/7b/29/7b/7b297ba34c6a794a1b231d953043c4a8.jpg'); background-position: center center; background-size: cover; } @media only screen and (max-width: 600px) { main:before{ height: 200px; } } @import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@1,300&display... » Continue Reading
» View Blog Entry