Skip to content

Commit 1a652b9

Browse files
committed
small fixes.
1 parent a7fa405 commit 1a652b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

exercises/04.1-Combined-Rules/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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;

exercises/04.3-id-Selector/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `04` Selector de clase
1+
# `04.3` Selector de ID
22

33
También puedes seleccionar un elemento por su `#id` y aplicarle estilos.
44

exercises/04.3-id-Selector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `04` Class Selector
1+
# `04.3` The ID CSS Selector
22

33
You can also select an element by `#id` and apply stiles to it.
44

0 commit comments

Comments
 (0)