Williams Akanni
@shadowbanksAll solutions
- Submitted 4 days ago
Responsive FAQ accordion without JS
- HTML
- CSS
- JS
I'm open to all suggestions. Thank you for taking the time :))
- Submitted 9 days ago
Responsive page using Flexbox
- HTML
- CSS
- JS
I'm open to any suggestions.
Thank you for your time :))
- Submitted 21 days ago
Responsive Tip Calculator using Flexbox, grid, SCSS
#accessibility#sass/scss- HTML
- CSS
- JS
I'm open to any other suggestions.
Thank you for your time :))
- Submitted 23 days ago
Time tracking dashboard
#sass/scss#accessibility- HTML
- CSS
- JS
For the card's active state, on hover the color becomes lighter also on the ellipse hover the card retains its original color (basically the card isn't in a hover state) and only the ellipse is in a hover state, I ended up using javascript to toggle a class on the card to handle this, I'm wondering if there's a better approach.
Also, I'm open to any other suggestions.
Thank you for your time :)))
- Submitted about 2 months ago
Responsive newsletter signup page, using flexbox, scss and js
- HTML
- CSS
- JS
I would like to know if I'm handling the signup and signup properly, because currently, it's a single page and I hide one to display the other, and on submitting a form it normally reloads, I decided to
preventDefault()
for that also.Thank you for your time :))
- Submitted 2 months ago
Responsive Article preview, using flexbox and JS
#accessibility#sass/scss- HTML
- CSS
- JS
I would like to know if how I handled the active part is fine and if there's a better approach particularly the js part.
Thank you for your time :))
- Submitted 2 months ago
Responsive Testimonials grid section with grid, flexbox, scss
- HTML
- CSS
This challenge took me about 3hours to complete, and while I’m happy with the result, I’d like to improve my speed. Any tips or strategies that can help would be lovely.
Thank you for your time :))
- Submitted 2 months ago
Responsive four card feature session using flexbox and grid
- HTML
- CSS
I would love feedback on my use of Grid and Flexbox, especially when it comes to how I combined the two for layout flexibility and responsiveness.
Thank you in appreciation :))
- Submitted 2 months ago
Product review page using flexbox and scss
#sass/scss- HTML
- CSS
All feedback is welcome :))
- Submitted 2 months ago
Responsive Recipe page
- HTML
- CSS
I'm open to feedback on any aspect :))
Thank you for your time :)
- Submitted 2 months ago
Responsive Social Profile with flexbox
- HTML
- CSS
For the mobile view, I saw that it's scrollable but mine wasn't so, I decided to add margin top and bottom to achieve that 😅
I'm open to any suggestion for improvement :))
Thank you for time :)
- Submitted 3 months ago
Blog Preview Card using Flexbox and Mobile-first workflow
- HTML
- CSS
Under Ideas to test yourself:
- The font sizes in this project are slightly smaller in the mobile layout. Find a way to reduce font size for smaller screens without using media queries
I still used media-query to handle it. I would love to be guided on how to achieve this. My approach was to use rem/em instead of px, but I got too into my head (I think) then decided to use px instead.
Also, if you have any suggestions for improving this approach, I’m open to your feedback.
- Submitted 3 months ago
Semantic HTML5 markup, CSS custom properties, Flexbox
- HTML
- CSS
I want to know if I'm using the right tags.