-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcgpa.css
158 lines (147 loc) · 3.31 KB
/
cgpa.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
body
{
background-color:rgb(216, 247, 255);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-items: center;
}
h1
{
font-size: 110%;
width: 90%;
margin-top: 5%;
margin-left: 7%;
margin-right: 7%;
user-select: none;
background-color: #1877F2;
color: rgb(36, 240, 255);
padding: 5%;
font-size: 150%;
text-align: center;
text-transform: uppercase;
font-family: "Josefin Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-weight: 700;
border-radius: 17px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.671);
margin-bottom: 7%;
}
.get
{
display: flex;
flex-direction:column;
justify-content: center;
text-align: center;
align-items: center;
width: 65%;
}
.get h3
{
font-family: "Concert One", sans-serif;
font-weight: 400;
font-style: normal;
width: 100%;
font-size: 185%;
background-color: #00e1ff;
margin-bottom: 0%;
padding: 1%;
margin-top: 7%;
border-radius: 7px 10px 0px 0px;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.534);
height: 70px;
}
.get select
{
font-family: "Josefin Sans", sans-serif;
width: 102%;
font-size: 155%;
margin-top: 0%;
border-radius: 0%;
padding: 1%;
height: 50px;
background-color: rgb(162, 243, 255);
border:none;
border-radius: 0px 0px 9px 5px;
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.452);
outline: none;
}
.get select:visited
{
border: none;
}
.sem
{
margin-top: 20%;
width: 85%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 17%;
}
.sem h2
{
width: 60%;
font-family: "K2D", sans-serif;
font-weight: 900;
font-style: normal;
margin: 0%;
padding: 3.5% 0% 3.5% 0;
background-color: aqua;
border-radius:14px 14px 0 0;
box-shadow: 0px 0px 7px rgba(0, 219, 235, 0.849);
}
.scoreInput {
box-shadow: 0 0 2px rgba(0, 219, 235, 0.849);
text-indent: 5%;
font-size: 120%;
border: none;
width: 100%;
height: 55px;
font-family: "Josefin Sans", sans-serif;
margin-bottom: 0px;
box-sizing: border-box;
background-color: rgb(192, 255, 255);
outline: none;
}
.sem button
{
border: none;
font-size: 120%;
height: 55px;
width: 100%;
font-family: "Luckiest Guy", cursive;
font-weight: 100;
font-style: normal;
font-size: 190%;
border-radius: 0px 0px 14px 14px;
background: radial-gradient(circle, rgba(0,249,255,1) 0%, rgb(0, 199, 230) 100%);
box-shadow: 0px 2px 7px rgba(0, 182, 214, 0.753);
}
.res
{
width: 70%;
margin-top: 6%;
background-color: burlywood;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "Josefin Sans", sans-serif;
background-color: #F3CCF3;
border-radius: 17px;
box-shadow: 0px 0px 10px rgba(255, 0, 191, 0.671);
border: 1px solid #ffadff;
margin-bottom: 4%;
}
.res p
{
font-size: 150%;
font-weight: 700;
padding: 0px 6% 0% 6%;
}