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
@omarfaridsAll comments
- @omarfaridsSubmitted almost 3 years ago@omarfaridsPosted almost 3 years ago
@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 - @Massoud5Submitted about 3 years ago
Hi every body,
If some one have an advise or a better solution , I will glad to know it.
Thanks!
@omarfaridsPosted about 3 years agoTry .container{ Margin-right:auto; Margin-left:auto; } To make it at the middle of the page
Marked as helpful0 - @PriyatamkumarSubmitted about 3 years ago
i have done as much similar as i can but if anyone want to correct then please mark i am happy to learn from you.
@omarfaridsPosted about 3 years agoto change imgs color: img{ opacity:0.5; } .(the whole card){ background-image:linear-gradient("first color" 0% 50% , "second color" 50% 100%); }
0