Skip to content

Commit 5af97fc

Browse files
Create style.css
Signed-off-by: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com>
1 parent 29fcf1b commit 5af97fc

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

docs/style.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
max-width: 900px;
4+
margin: auto;
5+
padding: 40px;
6+
line-height: 1.6;
7+
}
8+
9+
header {
10+
text-align: center;
11+
margin-bottom: 40px;
12+
}
13+
14+
h1 {
15+
color: #1e293b;
16+
}
17+
18+
section {
19+
margin-bottom: 30px;
20+
}
21+
22+
a {
23+
color: #2563eb;
24+
text-decoration: none;
25+
}
26+
27+
a:hover {
28+
text-decoration: underline;
29+
}
30+
31+
footer {
32+
margin-top: 50px;
33+
text-align: center;
34+
font-size: 14px;
35+
color: gray;
36+
}

0 commit comments

Comments
 (0)