Hi there,
Hope you’re well
Kindly asking for an assessment of my markup. Please find pen here.
Thank you in advance
Hi there,
Hope you’re well
Kindly asking for an assessment of my markup. Please find pen here.
Thank you in advance
Hey Phil!
I like the styling! It’s simple, but it makes me want to use it honestly! The color choices go well together too, great picks. If I may leave some feedback, the red “X” may be too robust, and possibly an asterisk would not only send the message of importance but also contribute to the design
Before
input:invalid + span::before {
content: "✖";
color: red;
}
After
input:invalid + span::before {
content: "*";
color: red;
}
Hi @wateryK3tchup and @Phil_G
I also like the design
Personally, I think the cross is a good choice, but maybe choose the thinner variation (✕
/ “Multiplication X” / ✕
) to match the stroke width of the check mark.
A nice day to both of you,
Michael
Thanks both @mikoMK and @wateryK3tchup! I’ll give both a go.
One thing for sure is the original “X” is definitely thicker than the so good reminder to pay more attention to that so that the design is consistent.