skip to Main Content

Html – Why isn't this css font not changing?

h1 { font-size: 50px; color: white; font-family: "Abril Fatface", serif; font-weight: 400; font-style: normal; text-align: center; padding-top: 20px; } p { font-size: 20px; color: black; font-family: "Julius Sans One", sans-serif; font-weight: 100; font-style: normal; text-align: center; padding-top: 20px; } <div…

VIEW QUESTION

Html – Content jumping on hover

body { background-color: #666e8e; margin: 3rem; } #testlink { text-decoration: none; } #testlink:hover .titles { color: #3c2301; background: linear-gradient(#7bcfd7 25%, #D2B48C 75%); } .test { display: flex; justify-content: center; align-items: center; position: relative; width: auto; height: 150px; background: linear-gradient(#e97e7e 25%,…

VIEW QUESTION
Back To Top
Search