Chokk
@chokrikadoussiAll solutions
- Submitted 5 months ago
Responsive Order Summary Layout
- HTML
- CSS
How to improve the code ? Is it clear enough ? ect... I'm open to every little comments ;)
- Submitted 6 months ago
Responsive recipe page using pseudo elements
- HTML
- CSS
The efficiency of my code : is it clean ? What do I need to learn to be better at coding ?
- Submitted 6 months ago
Responsive social links page
- HTML
- CSS
I would love help with the ancor tag : when I tried to add an anchor tag outside the social component, the social div minimized its width to respond only to the text (and not the card).
- Submitted 6 months ago
Pseudo-elements Blog preview card
- HTML
- CSS
I would love help with the hover effects on my ::after element. The pseudo element passes in front of the card... I tried to fix it with z-index, it just prioritize the content of the card and not its background.
Secondly, I tried to use ::before to insert the avatar image, but then I cannot resize the file with the height of width features. So I just took it off (still in comments in my code)
- Submitted 6 months ago
QR code using Flexbox and CSS var
- HTML
- CSS
Is my code clean ? How can I improve it ?