The format of DEV's first official podcast, DevDiscuss, begins with an interview and ends with commentary from the community.
For this week’s episode, we want to know...
What are some of the coolest things you’ve made using just HTML or CSS?
If you'd like a chance to be featured in the episode, please send us a voice memo or leave a comment below by Wednesday, June 24th.
Details on how to participate:
- Call our Google Voice at +1 (929)500-1513 and leave a message 📞
- Send a voice memo to pod@dev.to 🎙
OR, if you don't want your voice recorded...just leave a comment here and we'll read your response aloud for you 🗣
Latest comments (46)
I recently created a pure CSS/HTML functional calendar which can correctly display months from Jan 1800 to Dec 2999 with no JavaScript, all through the use of CSS variables and some clever comparison logic functions I created, also in CSS.
Feel free to check it out at: codepen.io/eliseodannunzio/details...
nothing. html and css alone are almost useless without javascript
This:
A feature-rich admin template, with advanced features like modals, tooltips, form validation, counters, classes for feature detection, popups, sliding menu, etc
My website
1) A beautiful Hamburger Menu Micro-interaction
codepen.io/varunbhalla19/pen/mdevBQB
2) A Login/Signup Page Animation
codepen.io/varunbhalla19/pen/PoPydjj
Thank you. 😊
All the following pens are like 3-4 years old. These may/may not be cool but the title says "coolest things you've made"! 😁
Amusement Park. HTML & CSS only. No images.
debojyotighosh.com/xp/amusement-park/
Best viewed on desktop.
My whole homepage, stibelman.com is pure HTML and CSS. I have some JavaScript for cleanup and automation of a couple of things, but the rest is CSS.
It's kind of a hobby of mine to try to solve JavaScript solutions in CSS.
I have a couple CSS illustrations:
I also created a Markdown -> HTML converter however it mainly uses JS.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.