-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontPage.css
More file actions
90 lines (77 loc) · 1.34 KB
/
frontPage.css
File metadata and controls
90 lines (77 loc) · 1.34 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
body{
font-family: 'Slabo 27px', serif;
line-height: 1.5;
}
header, main{
min-width:600px;
margin:auto;
}
#about{
}
.definition{
font-size:15px;
}
textarea{
width: 100%;
min-height: 200px;
font-size:17px;
font-family: 'Slabo 27px', serif;
}
#scheduleButton{
margin-top: 30px;
font-family: 'Slabo 27px', serif;
font-size:30px;
color:rgb(67,21,128);
}
#dropdown{
font-family: 'Slabo 27px', serif;
font-size: 19px;
line-height: 1.5;
font-weight: bold;
height: 50px;
width:100px;
margin:4px 4px 8px 0px;
}
#title, #about, #steps{
font-family: 'Slabo 27px', serif;
text-align:center;
}
table{
font-family: 'Slabo 27px', serif;
max-width:1000px;
width:100%;
margin: auto;
}
td, th{
border-right:0.25px solid #000000;
border-top:0.25px solid #000000;
border-bottom:0.25px solid #000000;
border-left:0.25px solid #000000;
background-color:white;
color:black;
font-family: 'Slabo 27px', serif;
}
th{
background-color:lightyellow;
color:black;
font-family: 'Roboto Slab', serif;
font-size:25px;
padding:4px;
}
td{
padding:5px;
}
#submit{
font-family: 'Slabo 27px', serif;
font-size: 25px;
color: rgb(42, 11, 129);
padding:4px 10px 4px 10px;
text-align:center;
border-radius:5px;
}
#submit:hover{
color: black;
background-color: rgb(151, 129, 213);
text-align:center;
border-radius:5px;
}