Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAry de Oliveira
28,298 PointsCSS UI ELEMENT STATES PSEUDO CLASSES
Guil I would like to know why when we press the button: Option 1, Option 2, the number 3 appears at the top of submite button.
I check but could not find possible problem, little detail but can make a difference..
Thanks Ary
1 Answer
Ana Sosa
4,496 Pointsyou need a width of min 325px, because on focus state the radius label is just too big, change the width on Form tag
form{ width: 325px; }
by the way, If you prefer change that tag modification for a class or something less general like: class="login__form"
that way will be cleaner and easier to read