-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
64 lines (64 loc) · 1.04 KB
/
style.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
54
55
56
57
58
59
60
61
62
63
64
body {
background:#debd8c;
}
h1 {
color: #523305;
text-align: center;
font-size: 50px;
text-shadow: 2px 2px 4px #000000;
padding-top: 30px;
}
h4{
color: #523305;
text-shadow: 1px 1px 1px #000000;
}
span {
text-align: center;
padding-left: 60px;
}
#symptom_form {
width: 75%;
margin: 50px auto;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
border: 5px solid #918274;
border-radius: 5px;
background: white;
}
#register_form {
width: 35%;
margin: 50px auto;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
border: 5px solid #918274;
border-radius: 5px;
background: white;
}
#register_form input {
width: 80%;
height: 35px;
margin: 5px 10%;
font-size: 1.1em;
padding: 8px;
border: 2px solid #918274;
font-size: .9em;
}
#sub_btn {
height: 35px;
width: 10%;
color: white;
background: #3B5998;
border: none;
border-radius: 5px;
}
#reg_btn {
height: 35px;
width: 80%;
margin: 5px 110%;
color: white;
background: #3B5998;
border: none;
border-radius: 5px;
}