File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- .what {
1
+ .myBox {
2
2
width : 50px ;
3
3
height : 50px ;
4
4
padding-top : 10px ;
5
5
padding-left : 30px ;
6
6
padding-right : 190px ;
7
7
padding-bottom : 50px ;
8
- /* padding: 10px 30px 50px 190px; */
9
- background : rgb (189 , 189 , 189 );
8
+
9
+ background : rgb (189 , 189 , 189 );
10
10
background-image : url (https://assets.breatheco.de/apis/img/funny/baby.jpg);
11
11
background-position-x : 100px ;
12
12
background-repeat : no-repeat;
Original file line number Diff line number Diff line change 1
- # ` 04 ` Selector de clase
1
+ # ` 04.3 ` Selector de ID
2
2
3
3
También puedes seleccionar un elemento por su ` #id ` y aplicarle estilos.
4
4
Original file line number Diff line number Diff line change 1
- # ` 04 ` Class Selector
1
+ # ` 04.3 ` The ID CSS Selector
2
2
3
3
You can also select an element by ` #id ` and apply stiles to it.
4
4
You can’t perform that action at this time.
0 commit comments