lec 3 done
This commit is contained in:
10
lectures/lec4/part3/task2.styl
Normal file
10
lectures/lec4/part3/task2.styl
Normal file
@@ -0,0 +1,10 @@
|
||||
.block
|
||||
display flex
|
||||
flex-wrap wrap
|
||||
p
|
||||
display inline-block
|
||||
background gray
|
||||
&:hover
|
||||
color green
|
||||
&:hover
|
||||
color red
|
||||
Reference in New Issue
Block a user