Frontend Web Development

355 readers
1 users here now

Community to discuss stuff all things related to frontend web development. (sharing resources, discussion etc.)

founded 4 years ago
26
27
 
 

Something such as [email protected]

28
 
 

Interesting stuff to come.

Play around on https://oklch.com Chrome on a Mac screen e.g. supports P3.

29
 
 

Adding the same id multiple times increases the specificity of a selector and thus overrides other selectors.

e.g.

#myId span {color: red; }
#myId#myId#myId span { color: blue; }

Codepen

30
0
SVG Backgrounds (www.svgbackgrounds.com)
submitted 2 years ago by [email protected] to c/[email protected]
31
32
33
34
35
 
 

I started learning web development with it. And I really enjoy the format so far. Have you ever tried to learn web dev online?