skip to Main Content

How do I change text color when hover with css?

.header { background-color: #050a13; position: fixed; top: 0; width: 100%; padding: 1rem; display: flex; justify-content: space-between; align-items: center; } .header__logo { display: flex; align-items: center; gap: 8px; } .header__logo__img { width: 24px; height: 24px; } .header__logo__title { font-size: 1.8rem; }…

VIEW QUESTION
Back To Top
Search