- The ::selection pseudo-element matches the portion of an element that is selected by a user.
2οΈβ£ Range Input
- You can change the styling of input type="range"
3οΈβ£ Custom Scrollbar
- Customize the scrollbar of your website in few minutes
4οΈβ£ Scrollable element
- If you have some fixed size element then use overflow: auto. It will convert your element into scrollable element
5οΈβ£ Underline text like a pro
- You can create "wavy" line using one line of CSS
6οΈβ£ will-change property
- You can optimize the performance of your web page by adding one line of CSS. will-change tells the browser that how an element is expected to change
7οΈβ£ Image Carousel
- You can create carousel using 2 lines of CSS
8οΈβ£ Regular Expression
- You can use "pattern" attribute in order to specifies the regular expression
9οΈβ£ Intact your company name
- Use "translate" attribute and set it value to "no" for your company name. So that in case, the webpage is translated into another language, your brand name will remain intact
π Icons using HTML
- You can use HTML entity or HTML code to print some cool symbols or icons
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
CSS is an amazing and unique language that servers a great purpose. We can make our website visually good using CSS. It describe the presentation of web pages, including typography,. layouts, color etc...
{ 2 / 23 }
We can't imagine web development without CSS. See two attached images