Day 106
Going responsive...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
@media only screen and (max-width: 425px) {
.container {
max-width: 425px;
}
.site-nav {
position: fixed;
z-index: 1;
top: 3.08em;
right: .5em;
background: #030233;
clip-path: circle(0px at top right);
transition: clip-path ease-in-out 500ms;
overflow: hidden;
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
@media only screen and (max-width: 425px) {
.container {
max-width: 425px;
}
.site-nav {
position: fixed;
z-index: 1;
top: 3.08em;
right: .5em;
background: #030233;
clip-path: circle(0px at top right);
transition: clip-path ease-in-out 500ms;
overflow: hidden;
}
Comments
Post a Comment