Day 255
Almost done with this course... One more class. #CodingPhase #TheCodingWay #365CodingPhaseChallenge ********** .task-form { background: $darkBlue; position: absolute; z-index: 100; top: 0; bottom: 0; width: 100%; color: $white; padding: 50px 0; transform: translate(0, 100%); transition: all 0.5s ease-in-out; &.active { transform: translate(0, 0); } .close-btn { position: absolute; top: 35px; right: 35px; padding: 15px; cursor: pointer; .fa { font-size: 36px; ...