24Sureshkumar commited on
Commit
d0a988c
·
verified ·
1 Parent(s): 3719d31

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -18
style.css CHANGED
@@ -1,22 +1,9 @@
1
  .header {
2
  text-align: center;
3
- padding: 30px;
4
- background: linear-gradient(90deg, #ffcccc, #ffe6e6);
5
- border-radius: 15px;
6
  margin-bottom: 20px;
7
  }
8
-
9
- h1 {
10
- font-size: 2rem;
11
- color: #cc0000;
12
- }
13
-
14
- p {
15
- font-size: 1.1rem;
16
- color: #333;
17
- }
18
-
19
- button {
20
- font-weight: bold;
21
- font-size: 1.1rem;
22
- }
 
1
  .header {
2
  text-align: center;
3
+ padding: 20px;
4
+ background: #f9f9f9;
5
+ border-radius: 10px;
6
  margin-bottom: 20px;
7
  }
8
+ .header h1 { color: #cc0000; }
9
+ .header p { color: #333; font-style: italic; }