studies/Front-end

[CSS] bootstrap nav nav-pills nav-fill color change 색상 λ³€κ²½

Vada Kim 2021. 4. 13. 21:57
728x90
λ°˜μ‘ν˜•

μ•„λž˜ μ½”λ“œ μ‚¬μš© λ°”λΉ μ„œ κΈ‰ν•œ ν¬μŠ€νŒ….

.nav-pills > .nav-item > .active {
  color: rgb(73, 80, 102) !important;
  background-color: rgb(194, 197, 223) !important;   
}

 

728x90
λ°˜μ‘ν˜•