Skip to content

Commit 90f8215

Browse files
authored
Add files via upload
1 parent fedd40f commit 90f8215

File tree

3 files changed

+25
-42
lines changed

3 files changed

+25
-42
lines changed

notes/osy.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
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

notes/pos.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
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

notes/styles.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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)}

0 commit comments

Comments
 (0)