File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en-US ">
2
+ < html lang ="en- ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < meta name ="viewport " content ="width=device-width " />
6
- < title > MDN CSS</ title >
5
+ < meta name ="viewport " content ="width=device-width ", initial-scale =" 1.0 " />
6
+ < title > MDN CSS Exercises </ title >
7
7
< style >
8
8
li {
9
9
list-style : none;
10
10
}
11
11
12
12
a {
13
13
text-decoration : none;
14
- color : darkblueviolet ;
14
+ color : blueviolet ;
15
15
font-family : Menlo;
16
16
font-weight : bold;
17
17
}
20
20
< body >
21
21
< nav >
22
22
< ul >
23
- < li > < a href ="/learn/getting-started/biog.html "> Styling a biography</ a > </ li >
23
+ < li > < a href =". /learn/getting-started/biog.html "> Styling a biography</ a > </ li >
24
24
25
- < li > < a href ="/learn/tasks/backgrounds/backgrounds1-download.html "> Backgrounds Task 1</ a > </ li >
26
- < li > < a href ="/learn/tasks/backgrounds/backgrounds2-download.html "> Backgrounds Task 2</ a > </ li >
25
+ < li > < a href =". /learn/tasks/backgrounds/backgrounds1-download.html "> Backgrounds Task 1</ a > </ li >
26
+ < li > < a href =". /learn/tasks/backgrounds/backgrounds2-download.html "> Backgrounds Task 2</ a > </ li >
27
27
28
- < li > < a href ="/modules/colors.html "> Color syntax converter</ a > </ li >
28
+ < li > < a href =". /modules/colors.html "> Color syntax converter</ a > </ li >
29
29
</ ul >
30
30
</ nav >
31
31
</ body >
32
32
</ html >
33
-
You can’t perform that action at this time.
0 commit comments