GeekEast / blog_comment

0 stars 0 forks source link

CSS Tricks | 雪中印 #48

Open GeekEast opened 5 years ago

GeekEast commented 5 years ago

https://geekeast.github.io/css-tricks.html#more

How to add style to html? Inline CSS Style Not Recommended for most cases. HTML: 123<div style="color: black; background: red"> Hello World!</div> <head> CSS Style For singl

GeekEast commented 5 years ago

最后一张图中的:first-letter应该更改为::first-letter

GeekEast commented 5 years ago

pseudo-class: :: 所含东西很少; pseudo-element: : 有很多,例如:hover等 更多介绍