Day 31

This my first day playing with CSS Grid.  It looks promissing so far...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

#codes {
display: grid;
grid-template-columns:0.7fr 2fr 1.3fr 2fr;
grid-auto-rows:minmax(auto);
grid-gap:2em;
justify-items:stretch;
align-items:stretch;
}

#AC {
text-align: right;
}

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2