-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (52 loc) · 928 Bytes
/
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
body {
font-family: Times New Roman;
margin: 20px;
font-weight: bold;
background-color: lightblue;
font-size:20px;
}
.gpa {
text-align: center;
}
label {
display: block;
margin-bottom: 8px;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 16px;
}
button {
padding: 10px;
background-color:blue;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
margin-bottom: 10px;
margin-left: 80px;
}
button:hover {
background-color: #45a049;
}
table {
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
border-color: black;
}
footer {
margin-top: 20px;
text-align: center;
}
footer p {
margin-top: 300px;
font-size: 14px;
color: black;
font-size:18px;
}