Is there a standard on how to organize and name CSS? Also, sometimes my text spacing is off depending on the screen size. Is there a way to make text sizes more responsive asides from media queries?
Dipesh
@ddkogitAll comments
- @CelineTrannSubmitted 10 months ago
- @srushtibhiseSubmitted 11 months ago
- @jennnnn-zSubmitted 11 months ago@ddkogitPosted 11 months ago
use flex box in body to center your component. It will look great.
0 - @smilenayeonSubmitted 11 months ago@ddkogitPosted 11 months ago
great , just take care of the alignments a little bit .
Marked as helpful0 - @KareemWebber22Submitted 11 months ago@ddkogitPosted 11 months ago
To put you qr in middle of page use: body{ margin: 0; height: 100vh; background-color: lightgray; text-align: center; dipslay: flex; justify-content: center; align-items: center; }
Marked as helpful0 - @Heaths-707Submitted 11 months agoWhat are you most proud of, and what would you do differently next time?
jj
What challenges did you encounter, and how did you overcome them?jj
What specific areas of your project would you like help with?jj
- @pohyongzhiSubmitted 11 months ago
The first project I build by myself. I would like to know if my code meets standard conventions and my CSS is done properly.
@ddkogitPosted 11 months agothats nice, and you can use flexbox for this kind of design. Use grid if you jave to arrange items in two dimension like row and column.
0 - @Guga-tabSubmitted 11 months ago
- @PyazharSubmitted 11 months ago@ddkogitPosted 11 months ago
its great, now do it again using flex box and you will realize how easy it will be.
Marked as helpful1 - @Alex-coding-3420Submitted 11 months ago
Thank you for looking at my solution for this project. Please feel free to leave any feedback regarding my solution!
- @vishnu-13-97Submitted 11 months ago
Guys how is my qr- code scanner project please give any suggetions about this. your feedback is valuable to me
@ddkogitPosted 11 months agoits nice but i recommend centering the whole container containing the qr image.
0 - @KeDeJrSubmitted 11 months ago
I had some problems with positioning the div into the center of the page, but with some help from CHATGPT i solved. CHATGPT is the future.