Skip to content

Commit 4bfb4b9

Browse files
committed
finishing
1 parent 1009466 commit 4bfb4b9

3 files changed

Lines changed: 49 additions & 1 deletion

File tree

about.html

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,56 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>About Me</title>
6+
<title>About Me - Shadow Node</title>
77
<link rel="stylesheet" href="styles.css">
8+
<style>
9+
body {
10+
font-family: 'Arial', sans-serif;
11+
background-color: #121212;
12+
color: #ddd;
13+
text-align: center;
14+
margin: 0;
15+
padding: 0;
16+
}
17+
header {
18+
background: #1e1e1e;
19+
padding: 20px;
20+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
21+
}
22+
nav a {
23+
color: #00bfff;
24+
text-decoration: none;
25+
margin: 0 15px;
26+
font-size: 18px;
27+
padding: 8px 12px;
28+
border-radius: 5px;
29+
transition: background 0.3s, color 0.3s;
30+
}
31+
nav a:hover {
32+
background: #333;
33+
color: white;
34+
}
35+
section {
36+
max-width: 800px;
37+
margin: 40px auto;
38+
padding: 20px;
39+
background: #1a1a1a;
40+
border-radius: 10px;
41+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
42+
}
43+
h1 {
44+
font-size: 36px;
45+
color: #00bfff;
46+
}
47+
h2 {
48+
font-size: 28px;
49+
color: #fff;
50+
}
51+
p {
52+
font-size: 18px;
53+
line-height: 1.6;
54+
}
55+
</style>
856
</head>
957
<body>
1058
<header>

images/artela.jpeg

-1.67 KB
Binary file not shown.

images/artela.png

3.11 KB
Loading

0 commit comments

Comments
 (0)