CSS Snippets
Quick find useful CSS snippets.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Remember to wrap all CSS snippets in <style></style> tags. This should always be in the Head Code.
@media Rule
Media queries for tablet, mobile landscape and mobile.
Copied!
Clamp()
Add a max and minimum size to your responsive font
Copied!
Custom select dropdown arrow
Hide the default select arrow to add your own custom one
Copied!
Hide Scrollbar
Hide scrollbars on all browsers.
Copied!
Style ordered list
Style the number in your ordered list
Copied!
Truncate text
Force ellipses after defined number of lines of text
Copied!