File size: 435 Bytes
e93abe2
97bda00
 
e93abe2
 
97bda00
 
 
 
 
 
e93abe2
 
97bda00
 
 
 
 
 
 
 
 
e93abe2
 
97bda00
 
e93abe2
 
97bda00
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
body {
 font-family: Georgia, Arial, sans-serif;
 padding: 20px;
}

.flex {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 50px;
 height: 100vh;
}

.button {
 background-color: #0082c9;
 border: none;
 color: white;
 padding: 15px 32px;
 text-align: center;
 font-size: 16px;
 margin: 4px 2px;
 cursor: pointer;
}

.button--green {
 background-color: #00e1d9;
}

.button--blue {
 background-color: #0082c9;
}