File tree Expand file tree Collapse file tree 5 files changed +19
-6
lines changed
.learn/resets/10-Your-Own-Font Expand file tree Collapse file tree 5 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta name ="viewport " content ="width=device-width " />
6
+ <!--your code here -->
7
+
8
+ < link rel ="stylesheet " type ="text/css " href ="./styles.css " />
9
+
10
+ < title > 10 Your Own Font</ title >
11
+ </ head >
12
+ < body >
13
+ < h1 class ="myTitle "> My unique font</ h1 >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change 6
6
< link rel ="stylesheet " type ="text/css " href ="./styles.css " />
7
7
< title > 09 Anchor Styles</ title >
8
8
</ head >
9
-
9
+
10
10
< body >
11
11
< a class ="threeDimension " href ="# "> Click me</ a >
12
12
</ body >
Original file line number Diff line number Diff line change 1
-
2
1
.threeDimension {
3
2
display : block;
4
3
border : 1px solid;
12
11
13
12
a .threeDimension : active {
14
13
border-color : # 000 # aaa # aaa # 000 ;
15
-
16
- }
14
+ }
Original file line number Diff line number Diff line change 10
10
< title > 10 Your Own Font</ title >
11
11
</ head >
12
12
< body >
13
- < h1 class ="myTitle "> My unique font</ h1 >
13
+ < h1 class ="myTitle "> < link href =" https://fonts.google.com/specimen/Smooch " rel =" stylesheet " > My unique font</ h1 >
14
14
</ body >
15
15
</ html >
Original file line number Diff line number Diff line change 1
1
.myTitle {
2
- /*your code here*/
2
+ font-family : smooch;
3
3
}
You can’t perform that action at this time.
0 commit comments