File size: 317 Bytes
09de243
9fda9d0
d2d038d
 
 
9fda9d0
7d63cce
d2d038d
 
 
 
09de243
d2d038d
 
 
9fda9d0
d2d038d
 
 
 
 
09de243
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.header {
    text-align: center;
    padding: 30px;
    background: linear-gradient(90deg, #ffcccc, #ffe6e6);
    border-radius: 15px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2rem;
    color: #cc0000;
}

p {
    font-size: 1.1rem;
    color: #333;
}

button {
    font-weight: bold;
    font-size: 1.1rem;
}