Day 178
Another day of modifying Bulma.io...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
.tabs a {
align-items: center;
border-bottom-color: #dbdbdb;
border-bottom-style: solid;
border-bottom-width: 1px;
/* color: #4a4a4a; */
color: greenyellow;
display: flex;
justify-content: center;
margin-bottom: -1px;
padding: 0.5em 1em;
vertical-align: top;
}
.tabs a:hover {
border-bottom-color: #363636;
/* color: #363636; */
color: green;
}
.tabs li {
display: block;
}
.tabs li.is-active a {
border-bottom-color: #3273dc;
color: #3273dc;
}
.tabs ul {
align-items: center;
/* border-bottom-color: #dbdbdb; */
/* border-bottom-style: solid; */
/* border-bottom-width: 1px; */
display: flex;
flex-grow: 1;
flex-shrink: 0;
justify-content: flex-start;
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
.tabs a {
align-items: center;
border-bottom-color: #dbdbdb;
border-bottom-style: solid;
border-bottom-width: 1px;
/* color: #4a4a4a; */
color: greenyellow;
display: flex;
justify-content: center;
margin-bottom: -1px;
padding: 0.5em 1em;
vertical-align: top;
}
.tabs a:hover {
border-bottom-color: #363636;
/* color: #363636; */
color: green;
}
.tabs li {
display: block;
}
.tabs li.is-active a {
border-bottom-color: #3273dc;
color: #3273dc;
}
.tabs ul {
align-items: center;
/* border-bottom-color: #dbdbdb; */
/* border-bottom-style: solid; */
/* border-bottom-width: 1px; */
display: flex;
flex-grow: 1;
flex-shrink: 0;
justify-content: flex-start;
}
Comments
Post a Comment