File tree 3 files changed +21
-5
lines changed
3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+
8
+ {
9
+ "type" : " chrome" ,
10
+ "request" : " launch" ,
11
+ "name" : " Launch Chrome against localhost" ,
12
+ "url" : " http://localhost:8080" ,
13
+ "webRoot" : " ${workspaceFolder}"
14
+ }
15
+ ]
16
+ }
Original file line number Diff line number Diff line change @@ -348,13 +348,13 @@ Zaimplementuj suwaki CSS używając `max-height` z ukrytym przepełnieniem:
348
348
349
349
``` css
350
350
.slider {
351
- max-height : 200 px ;
351
+ max-height : 210 px ;
352
352
overflow-y : hidden ;
353
353
width : 300px ;
354
354
}
355
355
356
356
.slider :hover {
357
- max-height : 600 px ;
357
+ max-height : 620 px ;
358
358
overflow-y : scroll ;
359
359
}
360
360
```
@@ -517,7 +517,7 @@ Następnie ustaw rozmiar czcionki dla modułów na rem`:
517
517
518
518
``` css
519
519
article {
520
- font-size : 1.25 rem ;
520
+ font-size : 1.24 rem ;
521
521
}
522
522
523
523
aside .module {
@@ -579,7 +579,7 @@ input[type="text"],
579
579
input [type = " number" ],
580
580
select ,
581
581
textarea {
582
- font-size : 16 px ;
582
+ font-size : 18 px ;
583
583
}
584
584
```
585
585
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ a[href]:not([class]) {
519
519
img {
520
520
display : block ;
521
521
font-family : sans-serif ;
522
- font-weight : 300 ;
522
+ font-weight : 320 ;
523
523
height : auto ;
524
524
line-height : 2 ;
525
525
position : relative ;
You can’t perform that action at this time.
0 commit comments