Skip to content

Commit 4697b62

Browse files
authored
Merge pull request #75 from isolatedp/main
feat: add forgetworld personal info
2 parents 49389be + 51ba59f commit 4697b62

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
36 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Git Sign</title>
7+
<link rel="stylesheet" href="./style.css">
8+
</head>
9+
<body>
10+
<h1>Hello. I am forgetworld_.</h1>
11+
<img src="./Snipaste01.png" alt="screen01">
12+
</body>
13+
</html>
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
/* Reset CSS */
2+
/* http://meyerweb.com/eric/tools/css/reset/
3+
v2.0 | 20110126
4+
License: none (public domain)
5+
*/
6+
7+
html, body, div, span, applet, object, iframe,
8+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
9+
a, abbr, acronym, address, big, cite, code,
10+
del, dfn, em, img, ins, kbd, q, s, samp,
11+
small, strike, strong, sub, sup, tt, var,
12+
b, u, i, center,
13+
dl, dt, dd, ol, ul, li,
14+
fieldset, form, label, legend,
15+
table, caption, tbody, tfoot, thead, tr, th, td,
16+
article, aside, canvas, details, embed,
17+
figure, figcaption, footer, header, hgroup,
18+
menu, nav, output, ruby, section, summary,
19+
time, mark, audio, video {
20+
margin: 0;
21+
padding: 0;
22+
border: 0;
23+
font-size: 100%;
24+
font: inherit;
25+
vertical-align: baseline;
26+
}
27+
/* HTML5 display-role reset for older browsers */
28+
article, aside, details, figcaption, figure,
29+
footer, header, hgroup, menu, nav, section {
30+
display: block;
31+
}
32+
body {
33+
line-height: 1;
34+
}
35+
ol, ul {
36+
list-style: none;
37+
}
38+
blockquote, q {
39+
quotes: none;
40+
}
41+
blockquote:before, blockquote:after,
42+
q:before, q:after {
43+
content: '';
44+
content: none;
45+
}
46+
table {
47+
border-collapse: collapse;
48+
border-spacing: 0;
49+
}
50+
51+
h1 {
52+
font-size: 3rem;
53+
font-weight: 700;
54+
color: blue;
55+
}

0 commit comments

Comments
 (0)