Tag: CSS
Cascading Style Sheets, it’s a coding language that adds style to a web page (colors, sizes, fonts, etc).
Although all web projects have CSS, the ones I show here use vanilla CSS, which is easier to control on a page basis without Sass as preprocessor.
How to style a datalist and its options?
If you can’t change the look and feel of a HTML5 datalist, then this is for you! I share an easy method using a toolkit and a more complex one.
Continue reading “How to style a datalist and its options?”