Sha256: 628ecf2c9afa0bfd5ef70e3e4b50d67209049a3bb80c1a51bd95126d50e68c80
Contents?: true
Size: 810 Bytes
Versions: 7
Compression:
Stored size: 810 Bytes
Contents
@font-face { font-family: 'Special Elite'; src: url('%PUBLIC_URL%/fonts/SpecialElite-Regular.ttf'); } header { width: calc(100vw - 50px); height: 50px; text-align: right; font-size: 2.5em; font-family: 'Special Elite', 'Times New Roman', serif; border-bottom: 2px solid #222222; margin-bottom: 1em; padding: 0 1em; position: relative; } .header-text { position: absolute; bottom: -0.5em; right: -35px; transform: rotate(10deg); animation: headerEnter 0.15s ease-out 1s both, headerTilt 0.15s ease-in-out 1.4s both; } main { font-family: 'Special Elite', sans-serif; } @keyframes headerEnter { 0% { right: 70px; } 100% { right: -35px; } } @keyframes headerTilt { 0% { transform: rotate(0deg) } 100% { transform: rotate(10deg) } }
Version data entries
7 entries across 7 versions & 1 rubygems