File tree Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 7
7
name ="viewport "
8
8
content ="width=device-width, initial-scale=1.0 "
9
9
/>
10
- < style >
11
- .important {
12
- color : red;
13
- font-weight : bold;
14
- }
15
- </ style >
10
+ < link rel ="stylesheet " href ="style.css " />
16
11
< title > Página de prueba</ title >
17
12
</ head >
18
13
< body >
19
14
< header >
20
15
< h1 > Dólor conséctetur dolorë aute mollit</ h1 >
21
16
</ header >
22
17
< main >
18
+ < h1 > Esto es el main</ h1 >
23
19
< p >
24
20
Deserunt deserunt sit consectetur ipsum ex qui nostrud
25
21
eiusmod nisi exercitation. < br />
@@ -66,6 +62,6 @@ <h1>Dólor conséctetur dolorë aute mollit</h1>
66
62
Sint labore incididunt sunt cillum est proident minim eu
67
63
elit magna fugiat nostrud elit..
68
64
</ p >
69
- < div style =" height: 10rem " />
65
+ < div class =" space " />
70
66
</ body >
71
67
</ html >
Original file line number Diff line number Diff line change
1
+ .important { color : red; }
2
+ .important { font-weight : bold; }
3
+
4
+ body { background-color : # ddd ; }
5
+ p {
6
+ font-family : 'Courier New' , Courier, monospace;
7
+ line-height : 1.4 ;
8
+ }
9
+ pre {
10
+ font-family : 'Iosevka' ;
11
+ font-size : 14pt ;
12
+ }
13
+ main {
14
+ background-color : white;
15
+ border : 2px solid black;
16
+ padding : 1rem ;
17
+ }
18
+ h1 {
19
+ font-size : 33pt ;
20
+ }
21
+ main section h1 {
22
+ font-size : 22pt ;
23
+ color : green;
24
+ }
You can’t perform that action at this time.
0 commit comments