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 {
22 width : 50px ;
33 height : 50px ;
44 padding-top : 10px ;
55 padding-left : 30px ;
66 padding-right : 190px ;
77 padding-bottom : 50px ;
8- /* padding: 10px 30px 50px 190px; */
9- background : rgb (189 , 189 , 189 );
8+
9+ background : rgb (189 , 189 , 189 );
1010 background-image : url (https://assets.breatheco.de/apis/img/funny/baby.jpg);
1111 background-position-x : 100px ;
1212 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
22
33También puedes seleccionar un elemento por su ` #id ` y aplicarle estilos.
44
Original file line number Diff line number Diff line change 1- # ` 04 ` Class Selector
1+ # ` 04.3 ` The ID CSS Selector
22
33You can also select an element by ` #id ` and apply stiles to it.
44
You can’t perform that action at this time.
0 commit comments