9616 shaares
225 private links
225 private links
483 results
tagged
CSS
A list of known issues with flexbox and how to solve them if possible
Some css effects on images with code. It is great to have some examples !
A list of css patterns such as floating label, breadcrumb, media object, notification ...
I didn't notice that ! What a cool tool. There are challenges too
Some games to learn CSS tools. Currently playing at Flexbox zombies.
edit: I have finished flexbox zombie and that's great !
TL;DR
display: flex;
justify-content: center;
align-items: center;
Much easier than previous methods
Priority order :
- Importance
- transition
- !important
- animation
- normal rules
- Origin
- Website
- User
- Browser
- Specificity
- inline (within a style HTML property)
- id
- class | attribute | pseudo-class
- type | pseudo-element
- Position --> Order of the rules (rules defined later are first applied)
Good idea ! Blur all images that doesn't have a alt attribute.
img:not([alt]) {
filter: blur(5px);
}
Or you can set a `border: 5px solid red` too.
Feel free to highlight accessibility problems :)
A pack of free icons <3
(shared by Riduidel)
A lot of good CSS tips
A generator of smooth shadows in css
(shared by Warrior du Dimanche)
This tool highlight error on accessibility