dolapobj
@dolapobjAll solutions
- Submitted 5 months ago
Tip Calculator App
- HTML
- CSS
- JS
Mostly on the validation and flow of my javascript.
- Submitted 5 months ago
Time Tracking Dashboard
- HTML
- CSS
- JS
Perhaps my CSS styling, specifically transitioning between mobile and desktop designs with grid.
- Submitted 6 months ago
Newsletter Sign Up with Success Message
- HTML
- CSS
- JS
Styling and CSS. Are there ways to style the classes more simply.
- Submitted 6 months ago
Article Preview Component
- HTML
- CSS
- JS
I would like help with how to better do the styling for the share-links for both mobile and desktop.
- Submitted 6 months ago
Testimonial Grid Section
- HTML
- CSS
How would you recommend doing classes differently?
I think I would have had 2 card classes, one dark card, and one light card.
- Submitted 6 months ago
Four Card feature section
- HTML
- CSS
Mostly on my CSS. If there is any feedback on how I used grid, that would be great.
- Submitted 7 months ago
Product Preview Page
- HTML
- CSS
Maybe on my CSS if there are any recommendations? This project was fairly simple so not too many specific areas.
- Submitted 7 months ago
Responsive Recipe Page
- HTML
- CSS
Feedback on the organization of my CSS and class structure would be great. I tried my best to use good semantic HTML, and follow BEM standards as much as I could, but some feedback on this would be great.
- Submitted 8 months ago
Social Links Profile Page
- HTML
- CSS
Because the nature of this design is rather narrow it already works well on smaller phone screens. I would like feedback on the responsiveness of the design. Do we always need to use media queries? Or for a design like this is it okay to design it such that it works on the smallest screens first, and then progressively gets bigger?
- Submitted 8 months ago
Blog Preview Card
- HTML
- CSS
I would like feedback on my responsive layout/design. The card only looks as intended in full screen on a 16:9 aspect ratio screen. However, when I narrow the viewport, the card doesn't look as clean. What is a good way to handle this for a design where the elements will shift a lot depending on how narrow or wide the viewport is?
- Submitted 8 months ago
Qr Code Component Using HTML and SCSS
- HTML
- CSS
I would specifically like help on my CSS and if I structured my CSS in the most effective way. For example, in my styles.scss file, I set a variable for the distance between elements and made all distances on the page between elements a multiple of that initial value, which I think was a good practice. Are there other good practices like that that I should consider for future projects?