Skip to content

Commit f223dbf

Browse files
committed
Values tasks finished.
1 parent 6ebee17 commit f223dbf

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

learn/tasks/values/color-download.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@
3131
}
3232

3333
.rgb {
34+
background-color: rgb(134, 222, 250);
3435
}
3536

3637
.hsl {
38+
background-color: hsl(194, 92%, 75%);
3739
}
3840

3941
.transparency {
42+
background-color: rgb(134 222 250 / 60%);
4043
}
4144
</style>
4245
</head>

learn/tasks/values/length-download.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@
1717
margin: 0;
1818
}
1919
h1 {
20+
font-size: 50px;
2021
}
2122

2223
h2 {
24+
font-size: 2em;
2325
}
2426

2527
p {
28+
font-size: 16px;
2629
}
2730

2831
h1 + p {
32+
font-size: 120%;
2933
}
3034
</style>
3135
</head>

learn/tasks/values/position-download.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
.box {
2626
background-image: url("star.png");
2727
background-repeat: no-repeat;
28+
background-position: center 20%;
2829
}
2930
</style>
3031
</head>

0 commit comments

Comments
 (0)