ikitamalarose
@ikitamalaroseAll solutions
- Submitted about 1 month ago
Frontend Quiz App
- HTML
- CSS
- JS
I'm learning so any help or comment is welcome :)
- Submitted 4 months ago
Password Generator
- HTML
- CSS
- JS
I would like to know how yo change the colour of a SVG because when i target it with CSS it doesn't work. That way i could add the options hover
index.html
SVG
.header-icon:hover { color: var(--almost-white); }
- Submitted 4 months ago
Time tracking dashboard
- HTML
- CSS
- JS
On firefox the content is in the center but on chrome the block is up to the top. I would like to know how to solve this problem.
- Submitted 4 months ago
Tip Calculator App
- HTML
- CSS
- JS
So i have a problem with the choice of buttons. I explain myself when the user clicks on the button choices we can see the value in the custom field. But in the project the choice of the button must not be displayed in the custom field. If anyone would like to enlighten me on the right process, thank you.
- Submitted 7 months ago
Newsletter sign-up form with success message
- HTML
- CSS
- JS
Any comments to improve my work and skills are welcome. :)
- Submitted 7 months ago
Article preview component
- HTML
- CSS
- JS
Any comments on the floating block above the share button
.card__footer-blue
(Computer screen case in themain.css
file from line 271) will be welcome. As well as on myscript.js
:) - Submitted 7 months ago
Meet landing page solution
- HTML
- CSS
Any comments to improve my work are welcome :)
- Submitted 8 months ago
QR code component
- HTML
- CSS
For the writing of HTML (index.html), did i respect the principle of BEM(Bloc - Element - Modifier) ? I want to learn how to write clean and understandable code.