File tree Expand file tree Collapse file tree 3 files changed +25
-42
lines changed
Expand file tree Collapse file tree 3 files changed +25
-42
lines changed Original file line number Diff line number Diff line change 11< html >
22 < head >
3- < style >
4- body { background-color : # 121212 ; color : # eaeaea ; font-family : "Segoe UI" , Tahoma, sans-serif; margin : 0 ; padding : 2em ; line-height : 1.6 ; }
5-
6- h1 , h2 , h3 { margin : 1em 0 0.5em ; font-weight : 600 ; }
7-
8- h1 { font-size : 2rem ; color : # ffffff ; }
9-
10- h2 { font-size : 1.75rem ; color : # ffffff ; text-decoration : underline; }
11-
12- h3 { font-size : 1.5rem ; color : # ffffff ; }
13-
14- ul { margin-bottom : 1em ; padding-left : 1.5em ; list-style-type : disc; }
15-
16- ul ul { list-style-type : circle; margin-bottom : 0 ; }
17-
18- ul ul ul { list-style-type : square; }
19-
20- strong { font-weight : 700 ; }
21-
22- em { font-style : italic; }
23- </ style >
3+ < link rel ="stylesheet " href ="styles.css ">
244 </ head >
255 < body >
266
Original file line number Diff line number Diff line change 11< html >
22 < head >
3- < style >
4- body { background-color : # 121212 ; color : # eaeaea ; font-family : "Segoe UI" , Tahoma, sans-serif; margin : 0 ; padding : 2em ; line-height : 1.6 ; }
5-
6- h1 , h2 , h3 { margin : 1em 0 0.5em ; font-weight : 600 ; }
7-
8- h1 { font-size : 2rem ; color : # ffffff ; }
9-
10- h2 { font-size : 1.75rem ; color : # ffffff ; text-decoration : underline; }
11-
12- h3 { font-size : 1.5rem ; color : # ffffff ; }
13-
14- ul { margin-bottom : 1em ; padding-left : 1.5em ; list-style-type : disc; }
15-
16- ul ul { list-style-type : circle; margin-bottom : 0 ; }
17-
18- ul ul ul { list-style-type : square; }
19-
20- strong { font-weight : 700 ; }
21-
22- em { font-style : italic; }
23- </ style >
3+ < link rel ="stylesheet " href ="styles.css ">
244 </ head >
255 < body >
266
Original file line number Diff line number Diff line change 1+ body { background-color : # 121212 ; color : # eaeaea ; font-family : "Segoe UI" , Tahoma, sans-serif; margin : 0 ; padding : 2em ; line-height : 1.6 ; }
2+
3+ h1 , h2 , h3 { margin : 1em 0 0.5em ; font-weight : 600 ; }
4+
5+ h1 { font-size : 2rem ; color : # ffffff ; }
6+
7+ h2 { font-size : 1.75rem ; color : # ffffff ; text-decoration : underline; }
8+
9+ h3 { font-size : 1.5rem ; color : # ffffff ; }
10+
11+ ul { margin-bottom : 1em ; padding-left : 1.5em ; list-style-type : disc; }
12+
13+ ul ul { list-style-type : circle; margin-bottom : 0 ; }
14+
15+ ul ul ul { list-style-type : square; }
16+
17+ strong { font-weight : 700 ; }
18+
19+ em { font-style : italic; }
20+
21+ a {color : rgb (55 , 192 , 255 )}
22+
23+ a : visited {color : rgb (182 , 72 , 255 )}
You can’t perform that action at this time.
0 commit comments