Took a tiny bit of creative liberty with the exclamation point and spacing 🤫
Dominyk Smith
@DominykMcNamaraAll comments
- @mooogzSubmitted about 1 year ago
- @Aprogrammer55Submitted about 1 year ago
the hardest things was the so little details and the colors and size of things and that things are also what I am unsure of and maybe some difficult with the responsive
@DominykMcNamaraPosted about 1 year agoThe design is still great as well as responsive despite the differences in the design mockup!
Marked as helpful1 - @martinw0Submitted over 2 years ago
Is it the best solution to include js file in head of HTML ? Is the querySelector of JS a good way to access DOM element ? On an iPhone, my submit button seems to skip the padding. Do you know why ?
@DominykMcNamaraPosted over 2 years agoIt's my understanding that best practice is to include any javascript (including external javascript files) within a tag before the closing body tag of the HTML document. This allows the browser to load all HTML before loading any javascript. I hope this feedback helps you :)
Marked as helpful1