Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Lateef Babalola• 125

    @delat22

    Submitted

    Hello! I just completed the intro-component-with-signup-form. Some of the challenges i couldn't fit:

    1. Replacing the 'placeholder' text and color when the active button is clicked
    2. Padding the error image
    3. Remove the 'placeholder' name from First name and Last name when error message is popped up

    Thanks.

    alihan• 340

    @alihan

    Posted

    Hi! Your solution looks good.

    For your challanges:

    1. You can replace your placeholder text with JavaScript with setAttribute() function. And you can change your button color with :hover or :active selectors (CSS)
    2. I can recommend position: absolute for your error image. Check out this, and you can change it easily.
    3. As I told you in first step, you can remove your placeholder with JS again.

    Try it and if you will still have these challanges, check out my solution!

    Good Luck! :)

    0
  • alihan• 340

    @alihan

    Posted

    It looks very nice. Maybe you can do little triange right below your txtbox element. You can use :after pseudo elements. You can check out in here https://www.w3schools.com/css/css_pseudo_elements.asp . Also dont forget to add style in your "GB LEFT" span.

    Marked as helpful

    0