[CSS] Gradient Text
See the Pen Gradient Text by Ale (@pokecoder) on CodePen. hello. @import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap'); body { height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; font-family: 'Pacifico', cursive; font-size: 20vmin; background: #EDDDD4; } .gradient { background-image: linear-gradient(90deg, rgba(94,114,235,1) 0%, rgba(..
© 2018 eh2world