Commit e12cf56 1 parent 102e498 commit e12cf56 Copy full SHA for e12cf56
File tree 3 files changed +66
-0
lines changed
exercises/css-missing-slice
3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ difficulty :
3
+ - newbie
4
+ OAs :
5
+ - css selectors
6
+ - flex-box
7
+ projects :
8
+ - data lovers
9
+ - social network
10
+ ---
11
+
12
+ # CSS Missing Slice
13
+
14
+ [ https://cssbattle.dev/play/6 ] ( https://cssbattle.dev/play/6 )
15
+
16
+ ![ CSS Missing Slice] ( css-missing-slice.png )
17
+
18
+ __ Objetivo__
19
+
20
+ Escriba el HTML/CSS en el editor para replicar la imagen objetivo de la derecha.
21
+
22
+ __ Código de base__
23
+
24
+ ``` html
25
+ <div ></div >
26
+ <style >
27
+ div {
28
+ width : 100px ;
29
+ height : 100px ;
30
+ background : #dd6b4d ;
31
+ }
32
+ </style >
33
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ difficulty :
3
+ - newbie
4
+ OAs :
5
+ - css selectors
6
+ - flex-box
7
+ projects :
8
+ - data lovers
9
+ - social network
10
+ ---
11
+
12
+ # CSS Missing Slice
13
+
14
+ [ https://cssbattle.dev/play/6 ] ( https://cssbattle.dev/play/6 )
15
+
16
+ ![ CSS Missing Slice] ( css-missing-slice.png )
17
+
18
+ __ Objetivo__
19
+
20
+ Escreva o HTML/CSS no editor para replicar a imagem de destino à direita.
21
+
22
+ __ Código base__
23
+
24
+ ``` html
25
+ <div ></div >
26
+ <style >
27
+ div {
28
+ width : 100px ;
29
+ height : 100px ;
30
+ background : #dd6b4d ;
31
+ }
32
+ </style >
33
+ ```
You can’t perform that action at this time.
0 commit comments