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

  • omar farid• 370

    @omarfarids

    Submitted

    A simple layout for registering in a web page , simple HTML and CSS but need some work with JavaScript in form validation , first time to use Mobile-first workflow and now I can guess way lots of people prefer it. much easier I will keep using and practice it .and for JavaScript I think I started to keep track of examples and find out solutions .not in simplest way but I solve them so far. your feedback would be of great help.

    omar farid• 370

    @omarfarids

    Posted

    @jkellerman thanks very much for your feedback .. you first point,that happened coz I only use 1 breaking point 376px .its bad practice I will take care of it second point,I forgot to set borders to red 😅.I will fix it Thanks very much 💜

    0
  • omar farid• 370

    @omarfarids

    Posted

    Try .container{ Margin-right:auto; Margin-left:auto; } To make it at the middle of the page

    Marked as helpful

    0
  • omar farid• 370

    @omarfarids

    Posted

    to change imgs color: img{ opacity:0.5; } .(the whole card){ background-image:linear-gradient("first color" 0% 50% , "second color" 50% 100%); }

    0