Submitted
Vasily
@vasily-mishanin
All solutions
Submitted
Vite + vanilla TS, HTML, CSS
- HTML
- CSS
- JS
- API
Submitted
What is better when you're writing css for small screens (@media(..)): Redefine grid? Use flex instead of grid? Your thoughts?
Submitted
Does anybody knows the ways to make gradient box border other than ":before" tricks?
Submitted
gulp->CSS + JS
- HTML
- CSS
- JS
Can anyone give me a hint on how to make this challenge without JS?
Submitted
just HTML, CSS and pure JS
- HTML
- CSS
- JS
Hello everyone here! I messed around with all these conditions for email input. My JS code became verbose. Any suggestions on how to make such conditions with DRY js code will be very appreciated :)
Submitted
I had trouble with scaling and adjusting .svg images for different screens. I used several .svg files with different viewBox() values to fit the backgrounds... If anyone will share with better solution of this issue I will be grateful.