We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d356 commit a8f443eCopy full SHA for a8f443e
styles.css
@@ -0,0 +1,48 @@
1
+body {
2
+ font-family: Arial, sans-serif;
3
+ margin: 0;
4
+ padding: 0;
5
+}
6
+
7
+header {
8
+ background-color: #333;
9
+ color: #fff;
10
+ padding: 1em;
11
+ text-align: center;
12
13
14
+main {
15
+ display: flex;
16
+ flex-direction: column;
17
+ align-items: center;
18
+ padding: 2em;
19
20
21
+section {
22
+ background-color: #f7f7f7;
23
24
+ margin-bottom: 1em;
25
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
26
27
28
+h1, h2 {
29
+ color: #333;
30
31
32
+ul {
33
+ list-style: none;
34
35
36
37
38
+li {
39
+ margin-bottom: 0.5em;
40
41
42
+footer {
43
44
45
46
47
+ clear: both;
48
0 commit comments