Day 176
Learning how to modify the Bulma.io CSS framework...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
* {
margin: 0;
padding: 0;
}
#cpa-logo-small {
width: 7rem;
height: auto;
margin: .9rem 0 0 0;
}
.button.is-black-sdc {
color: hsl(141, 71%, 48%);
}
.button.is-black-sdc:hover, .button.is-black-sdc.is-hovered {
color: hsl(141, 71%, 40%);
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
* {
margin: 0;
padding: 0;
}
#cpa-logo-small {
width: 7rem;
height: auto;
margin: .9rem 0 0 0;
}
.button.is-black-sdc {
color: hsl(141, 71%, 48%);
}
.button.is-black-sdc:hover, .button.is-black-sdc.is-hovered {
color: hsl(141, 71%, 40%);
}
Comments
Post a Comment