-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgpa_cal.css
67 lines (56 loc) · 1.05 KB
/
gpa_cal.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
65
66
67
body{
background-image: url("background1.png");
}
select{
font: 30px/20px "Times New Roman", serif;
min-width: 140px;
position: relative;
top: 320px;
left: 42%;
text-align: center;
font-size: 16px;
}
p{
color: floralwhite;
}
#credit{
font: bold 40px/30px Georgia, serif;
position: absolute;
top: 27%;
margin-left: 42%;
text-align: center;
}
#grad{
font: bold 40px/30px Georgia, serif;
position: absolute;
top: 27%;
margin-left: 50%;
text-align: center;
}
#add{
min-width: 120px;
font: 30px/20px "Times New Roman", serif;
position: relative;
top: 355px;
margin-left: 810px;
}
#del{
min-width: 120px;
font: 30px/20px "Times New Roman", serif;
position: relative;
top: 325px;
margin-left: 950px;
}
#gpabutton{
min-width: 250px;
font: 30px/20px "Times New Roman", serif;
position: relative;
top: 375px;
margin-left: 820px;
}
#gpa{
font: bold 40px/30px Georgia, serif;
position: relative;
top: 385px;
margin-left: 820px;
}