LINKDING
Shared bookmarks
Shared bookmarks
Sort by
Added ↑
Added ↓
Title ↑
Title ↓
Apply
Tags
⁴Specificity - CSS | MDN
#Conocimiento
#CSS
|
Specificity is the algorithm used by browsers to determine the CSS declaration that is the most relevant to an element, which in turn, determines the property value to apply to the element. The specificity algorithm calculates the weight of a CSS selector to determine which rule from competing CSS declarations gets applied to an element.
Friday
|
View
Shared by
categulario
Pseudo-classes - CSS: Cascading Style Sheets | MDN
#Conocimiento
#CSS
|
A CSS pseudo-class is a keyword added to a selector that lets you style a specific state of the selected element(s). For example, the pseudo-class :hover can be used to select a button when a user's pointer hovers over the button and this selected button can then be styled.
3 months ago
|
View
Shared by
categulario
Plain Vanilla - Components
#Conocimiento
#CSS
#Javascript
#Webcomponents
|
An explainer for doing web development with vanilla web components.
10 months ago
|
View
Shared by
categulario
A Complete Guide to Grid | CSS-Tricks
#Conocimiento
#CSS
|
Our comprehensive guide to CSS grid, focusing on all the settings both for the grid parent container and the grid child elements.
11 months ago
|
View
Shared by
categulario
Using CSS transitions - CSS: Cascading Style Sheets | MDN
#Conocimiento
#CSS
|
CSS transitions provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect immediately, you can cause the changes in a property to take place over a period of time. For example, if you change the color of an element from white to black, usually the change is instantaneous. With CSS transitions enabled, changes occur at time intervals that follow an acceleration curve, all of which can be customized.
11 months ago
|
View
Shared by
categulario
A Complete Guide to Flexbox | CSS-Tricks
#Conocimiento
#CSS
#Flexbox
|
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elements (the flex items). It also includes history, demos, patterns, and a browser support chart.
11 months ago
|
View
Shared by
categulario
Previous
1
Next
User
Everyone
categulario
Apply
Tags
-Conocimiento
-CSS
F
lexbox
J
avascript
W
ebcomponents