File tree 5 files changed +13
-5
lines changed
5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < title > Document</ title >
5
+ < title > About</ title >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
7
< link rel ="stylesheet " href ="css/simple-css-reset.css " />
7
8
< link rel ="stylesheet " href ="css/main.css " />
8
9
</ head >
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < title > Document</ title >
5
+ < title > Contact</ title >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
7
< link rel ="stylesheet " href ="css/simple-css-reset.css " />
7
8
< link rel ="stylesheet " href ="css/main.css " />
8
9
</ head >
Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ nav a {
28
28
text-decoration : none;
29
29
}
30
30
31
- nav a : hover {
31
+ nav a : focus {
32
+ outline : 0 ;
33
+ }
34
+
35
+ nav a : hover , nav a : focus {
32
36
background : rgb (232 , 71 , 97 );
33
37
}
34
38
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < title > Document</ title >
5
+ < title > Home</ title >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
7
< link rel ="stylesheet " href ="css/simple-css-reset.css " />
7
8
< link rel ="stylesheet " href ="css/main.css " />
8
9
</ head >
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < title > Document</ title >
5
+ < title > Products</ title >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
7
< link rel ="stylesheet " href ="css/simple-css-reset.css " />
7
8
< link rel ="stylesheet " href ="css/main.css " />
8
9
</ head >
You can’t perform that action at this time.
0 commit comments