Содержание

Події CSS

hover

.header-munu-link:hover {
  color: #FD9222;
  font-style: normal;
  font-weight: 500;
  line-height: 1,14; 
  letter-spacing: -0.02em;
  
  }
.header-munu-link:hover,  .header-munu-link:active{
  color: #FD9222;
  font-style: normal;
  font-weight: 500;
  line-height: 1,14; 
  letter-spacing: -0.02em;
  
  }
  

focus

тільки краще на інтерактивні єлементи

.header-munu-link:foces{
  color: #FD9222;
  font-style: normal;
  font-weight: 500;
  line-height: 1,14; 
  letter-spacing: -0.02em;
  
  }

acitve

тільки краще на інтерактивні єлементи

.header-munu-link:acitve {
  color: #FD9222;
  font-style: normal;
  font-weight: 500;
  line-height: 1,14; 
  letter-spacing: -0.02em;
  
  }