TripleA
@TRIPLE-ADEAll comments
- @TRIPLE-ADESubmitted over 2 years ago
- @TRIPLE-ADESubmitted over 2 years ago@TRIPLE-ADEPosted over 2 years ago
@Biggboss7 please can you help me to preview the site again
0 - @Biggboss7Submitted over 2 years ago
Hello Everyone, I've just completed my first challenge using Javascript. Please feel free to give any feedbacks and comments so that I can improve my coding skill. Thankyou!
@TRIPLE-ADEPosted over 2 years agoYou are welcome sir, you can check my just profile I just uploaded some solutions today and I would like some reviews
0 - @jc-paduaSubmitted over 2 years ago
That hovering the Ethereum image is the part I don't really understand but I managed to do it by following w3schools overlaying image.
Any suggestions what is the best way to do it or learning it?
@TRIPLE-ADEPosted over 2 years agoNice work but I think you can still improve on making your content appear at the center Body{ Display:flex; Flex-direction:column; Justify-content: center; Align-items: center; }
0 - @sqtran01Submitted over 2 years ago
Hi,
This is my first ever html/css project. The things that I unsure are how to center a div container and how to make its size shrink or expand with the page size.
Thank you.
@TRIPLE-ADEPosted over 2 years agoNice work For you to make you content to appear at the middle of your page Body{ Display: flex; Flex-direction:column; Justify-content:center; Align-items:center; Min-height:100vh; } Or Display:grid; Place-items: center;
Marked as helpful0 - @Biggboss7Submitted over 2 years ago
Hello Everyone, I've just completed my first challenge using Javascript. Please feel free to give any feedbacks and comments so that I can improve my coding skill. Thankyou!
@TRIPLE-ADEPosted over 2 years agoNice work @Biggboss7, but I think you should try using html semantics for accessibility (header, main, footer)
0 - @omoloye13Submitted over 2 years ago
Did i replicate the design well?
@TRIPLE-ADEPosted over 2 years agoHello @omoloye, Good Job the design looks nice. Anyway, I think there are some aspects that you can improve on .
to make your main section appear in middle
body{ display : flex; flex-direction : column; justify-content : center; align-item : center;} and also add a min-height : 100 vh; to the body section, that will make the body section to appear in full pageI hope this feedback would be useful)
Marked as helpful0