[978f77]: / static / css / style.css

Download this file

43 lines (37 with data), 675 Bytes

 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
32
33
34
35
36
37
38
39
40
41
42
43
body,html {
height: 100%;
width: 100%;
background-image: url("../img/background.jpg");
background-position: center;
background-size: cover;
}
p {
font-family: Georgia, serif;
font-size: 1.2em;
color: DarkSlateGray;
}
h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 2.5em;
color: FireBrick;
}
#form2 {
display:none;
}
input::placeholder {
text-align: center;
color: black;
}
.center {
justify-content: center;
align-items: center; /* Optional */
margin: auto;
width: 75%;
}
.flex {
display: flex;
justify-content: center;
align-items: center; /* Optional */
margin: auto;
width: 30%;
}