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
λ°μν