Øystein Håberg
@Islandstone89All solutions
- Submitted 8 days ago
Easybank Landing Page using :has & Subgrid
- HTML
- CSS
- JS
As always I'm open for any feedback :)
- Submitted 23 days ago
Social Media Dashboard with Theme Switcher
- HTML
- CSS
- JS
I'm wondering if I managed to create an accessible theme toggle. I added
role="switch"
, as I think it should be used for toggles. I also addedaria-checked
with a default value offalse
, to tell screen readers the state of the toggle. I used JavaScript to toggle the states on click - if it'sfalse
it changes totrue
, otherwise it changes back tofalse
. - Submitted 6 months ago
Interactive Rating Component
- HTML
- CSS
- JS
The only issue now is that when you click right in the middle of the buttons, you get "You have selected undefined out of 5" on the thank you card. Each button is a ```` with a
label
and aninput
inside. I get the values from adata-value
attribute set on the divs. I increased the padding on the mobile version to get a bigger target size. - Submitted 6 months ago
Blogr Landing Page
- HTML
- CSS
- JS
I also couldn't figure out how to make the menu dropdowns independent. The functionality works, the dropdowns show when the button is clicked, and disappear when the button is clicked again. But every time I click one of them, all the others also show/disappear.
- Submitted 7 months ago
News Homepage
- HTML
- CSS
- JS
I couldn't figure out how to make the dark overlay when the mobile menu is open.
- Submitted 8 months ago
Article Preview Component
- HTML
- CSS
- JS
I think I got it mostly right, as always I'm open to feedback :)
- Submitted 8 months ago
Base Apparel Coming Soon Page
- HTML
- CSS
- JS
I think I got most of it right. I'm open to suggestions, though!