classlesscss icon indicating copy to clipboard operation
classlesscss copied to clipboard

CSS with few but great styles for basic HTML5 tags

Results 7 classlesscss issues
Sort by recently updated
recently updated
newest added

If there is `` element, then **float** works. ![image](https://user-images.githubusercontent.com/523055/173775630-cf9f07d3-68e2-4e59-81d0-d92880ee5be0.png) But If there isn't `` element, then **float** doesn't work. ![image](https://user-images.githubusercontent.com/523055/173775774-fd2f8fdd-5526-40f4-9515-13d26810e43a.png) I temporarily fixed it removed `:not(:only-child)`. ![image](https://user-images.githubusercontent.com/523055/173776635-f3d3a250-a3d8-4ba7-a1bc-85c77dae67e0.png) Why was this...

wontfix

On pages with little content, the footer ist not a real footer, just an element in the middle of the screen with `margin-top: 10rem`. This codepen offers a solution to...

LOVE IT!!! ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐ 🥇 🥇 🥇 🥇 🥇 🥇 🥇 🥇 🥇 🥇 🥇 🥇 🥇...

good first issue

Go to classless.de on your mobile phone and expand the navigation by clicking somewhere near the caret sign ^. You'll find that the navigation expands and shows all items. However,...

I like this classless style because it's go further than others with a responsive navbar, tabbox for example. I wonder if a hamburger sidebar will be out of scope ?...

help wanted

Maybe padding should be reduced on small device where nav is on the left. Something like: ``` @media (max-width:40rem) { nav ul:first-child > li { padding:0 0 0 0.6rem; }...

enhancement