Neural-Hacker commited on
Commit
ef44019
·
verified ·
1 Parent(s): c6dcc4b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +20 -20
style.css CHANGED
@@ -1,62 +1,62 @@
1
  body {
2
  padding: 2rem;
3
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
4
- background-color: #0f172a; /* dark slate */
5
- color: #f1f5f9; /* light text */
6
- line-height: 1.8;
7
  }
8
 
9
  .card {
10
  max-width: 720px;
11
  margin: 0 auto;
12
- padding: 24px;
13
- background-color: #1e293b; /* slightly lighter panel */
14
  border: 1px solid #334155;
15
  border-radius: 12px;
16
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
17
  }
18
 
19
  h1 {
20
- font-size: 28px;
21
  font-weight: bold;
22
- margin-bottom: 12px;
23
  color: #f8fafc;
24
  }
25
 
26
  .tagline {
27
- font-size: 16px;
28
  font-weight: 500;
29
  color: #cbd5e1;
30
- margin-bottom: 24px;
31
  }
32
 
33
  h2 {
34
- font-size: 20px;
35
  font-weight: bold;
36
- margin-top: 28px;
37
- margin-bottom: 12px;
38
  color: #e2e8f0;
39
  }
40
 
41
  p {
42
- font-size: 16px;
43
- margin-bottom: 20px;
44
  }
45
 
46
  ul {
47
- padding-left: 20px;
48
- margin-bottom: 20px;
49
  }
50
 
51
  li {
52
- font-size: 16px;
53
- margin-bottom: 10px;
54
  }
55
 
56
  .footer {
57
  font-weight: bold;
58
- font-size: 16px;
59
- margin-top: 40px;
60
  text-align: center;
61
  color: #f8fafc;
62
  }
 
1
  body {
2
  padding: 2rem;
3
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
4
+ background-color: #0f172a;
5
+ color: #f1f5f9;
6
+ line-height: 2; /* generous spacing between lines */
7
  }
8
 
9
  .card {
10
  max-width: 720px;
11
  margin: 0 auto;
12
+ padding: 32px;
13
+ background-color: #1e293b;
14
  border: 1px solid #334155;
15
  border-radius: 12px;
16
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
17
  }
18
 
19
  h1 {
20
+ font-size: 36px;
21
  font-weight: bold;
22
+ margin-bottom: 24px;
23
  color: #f8fafc;
24
  }
25
 
26
  .tagline {
27
+ font-size: 18px;
28
  font-weight: 500;
29
  color: #cbd5e1;
30
+ margin-bottom: 32px;
31
  }
32
 
33
  h2 {
34
+ font-size: 28px;
35
  font-weight: bold;
36
+ margin-top: 48px;
37
+ margin-bottom: 16px;
38
  color: #e2e8f0;
39
  }
40
 
41
  p {
42
+ font-size: 17px;
43
+ margin-bottom: 24px; /* one-line spacing */
44
  }
45
 
46
  ul {
47
+ padding-left: 24px;
48
+ margin-bottom: 24px;
49
  }
50
 
51
  li {
52
+ font-size: 17px;
53
+ margin-bottom: 16px; /* one-line spacing */
54
  }
55
 
56
  .footer {
57
  font-weight: bold;
58
+ font-size: 17px;
59
+ margin-top: 48px;
60
  text-align: center;
61
  color: #f8fafc;
62
  }