@ApplePieGiraffe
Posted
Oh, nice, Anna! (Just about pixel-perfect!)
I see you also used some CSS combinator and pseudo-class magic to make the form validation only-CSS! π
Your page responds very nicely, too! π
Just one thingβrather than use 3 separate <h1>
tags for the main heading, I think your HTML would be slightly more semantic if you used one <h1>
tag for the heading (since the entire heading is a single heading, not three) and a <span>
tag or something to style the first word of the heading. You could then control the line-breaking by setting a max-width
on the <h1>
element or its container.
Keep coding (and happy coding, as well)! π
@brasspetals
Posted
@ApplePieGiraffe Haha, that was a pretty janky solution, wasn't it? π π Thanks for the suggestion! I appreciate you taking the time to actually look through the code! I'll definitely go back and change the heading.