Well, I found it quite easy. I hope my code is at least not that bad and easy to read. I managed this task in 2 hours.
Ron Paolo Toyhacao
@rontoyhacaoAll comments
- @Pawel-GnatSubmitted over 2 years ago@rontoyhacaoPosted over 2 years ago
Hello Paweł!
Nice to hear that you've had the challenge easy and you did great! Upon seeing your work I see that your
main
section is positioned at the top and not at the center. Since you already have yourbody
tag atflex
, one last thingg you can add isheight: 100vh
to have it centered. That's all and happy codingg.2 - @karishma-devSubmitted over 2 years ago
Hey Guys, I just finished the Base Apparel Coming Soon Page Challenge. I would like you all to see it and let me know how I can improve it. Let me know my mistakes. Thank you!.
@rontoyhacaoPosted over 2 years agoHello Karishma Garg!
You did veryy well on this challenge, great job! One thing I noticed is that the button wasn't interactive as it was supposed to. One way to solve this is by using the
cursor: pointer
in css. This helps the user to identify buttons. Usinghover
pseudo-class also helps.I also see that you were not able to implement the email validation. One way to do it is to use Regular Expressions in JavaScript.
Marked as helpful0 - @juani2Submitted over 3 years ago
My Last Newbie level solution for HTML/CSS only challenge.
For the responsive effects on the header, I've implemented it via background positions and a dozen trial-and-error media queries. At first, I did try to implement the "splitting" image effect as the screen grows from a smaller viewport to a wider viewport but I messed up at flexbox.
Question 1: How can I reduce my media queries in the implementation of my header section?
Question 2: I do like the idea of responsive typography, Is the use of rem on my implementation of responsive typography better than the use of pixels? or does it really matter?
Question 3: Overall, I feel like I have too many media queries. What can I do to refactor my media query code and improve the maintainability of my code?
Your feedback will be of big help. Thank you. :)
@rontoyhacaoPosted over 3 years agoHello John Rey,
About your typography concern, it is highly encouraged that you use rems instead of pixels because pixels are absolute units, meaning they are fixed. Once the client sets to a different font size on the browser's settings, pixels simply won't follow. Also I find that using
clamp()
on the font size is a great idea, maybe I could use that technique as well. Btw great work, happy coding. :))1 - @JunjiequanSubmitted over 3 years ago
This one was easier than I thought, there were no really challenging part.
The only part that a little bit tricky was to reorder todo list with drag events where I referenced to MDN drag event.
Some features I added:
- localStorage
- self entertaining stuff ( bgm, bgm button, dancing pic etc. )
I'm open to any kinds of feedbacks and each feedback is very much appreciated.
@rontoyhacaoPosted over 3 years agoHello, everything works great. The only thing that bothers me is the checkbox, i can't access it when I press tab but overall it's functional. good work :))
1 - @arnaudouttierSubmitted over 3 years ago
Hello,
I would like to know if it is a good practice to have several css files depending on the screen size. In my case, a style.css file for mobile version and a 1134-style.css file for screens> 1134px. Actually have some css-media-query files.
Thank you
@rontoyhacaoPosted over 3 years agoYour work looks great and neat! Regarding with css, I highly suggest that you use sass since it works the same with what you did, separating styles by parts but in sass, it compiles them into a single css file so your stylesheet would be organized. if you have no idea about it I highly recommend you to use it, everyone's using it. You did a great job in this challenge. :))
0 - @uross-11Submitted almost 4 years ago
My first responsive website with a bunch of help from Coder Coder YT channel. Any feedback is appreciated.
@rontoyhacaoPosted almost 4 years agoLove it! The visual looks good and exact to the design. I wish I could make a whole landing page like this. It's a great work.
0