forked from LaunchCodeEducation/Launch-Checklist-Form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
53 lines (46 loc) · 813 Bytes
/
styles.css
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
44
45
46
47
48
49
50
51
52
53
h1 {
text-align: center;
}
div {
text-align: left;
}
#faultyItems {
visibility: hidden;
}
#launchForm {
background-color: #ECF0F1;
text-align: center;
margin: auto;
width: 25%;
border: 3px solid black;
padding: 10px;
}
#launchStatusCheck {
background-color: #ECF0F1;
text-align: center;
margin: 50px auto;
width: 50%;
border: 3px solid black;
padding: 10px;
}
#missionTarget img {
max-width: 40%;
max-height: 250px;
}
#missionTarget {
background-color: #ECF0F1;
text-align: center;
margin: 50px auto;
width: 50%;
border: 3px solid black;
padding: 10px;
}
button {
background-color: #419f6a;
border: none;
color: white;
border-radius: 8px;
width: 25%;
height: 30px;
margin: 10px 0;
}