Like the name implies, an easy CSS stylesheet with plenty of elements (such as text, buttons, colors, input, and much more) that you can use for your own websites! Check out https://easycss.bookie0.repl.co for the demo!
This deserves way more attention.
Why is there no styling for url inputs :(
<input type = "file">
. It wasn't rendering so I investigated this stylesheet, and it appears to be hiding every input[type="file"]
using display:none
. Please change it.Awesome! I actually used this for a project of mine. I am SUPER glad that this is responsive, since my target audience uses it on both a laptop and mobile, and it is REALLY EASY.
I love how the CSS looks great even if you don't use classes or stuff.
AmoghTheCool Certified
PS: What is that NEAT blue color? (hex format please)
Awesome! I might take some inspiration from this, I'm awful at thinking of good designs/styles, but I don't like importing libraries unless necessary*(excepting highlight.js
)*. Definitely will give some credit on GitHub Repo/ReplShare.
Also, I have two suggestions for you:
It might be a good idea to host this with a proper hosting service as repl.co
is really slow.
You should put the CSS through a CSS browser prefixer like this one: https://autoprefixer.github.io/. This will make it support some older browsers!
I have a suggestion. You can add your copy button to the library by importing the css module in the js. Then people would import the js file and it would import the css with it
Apart from the fact that this works with modern css that only modern browsers can display, this is a great css library for beginners
Amazing