-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
75 lines (66 loc) · 754 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
63
64
65
66
67
68
69
70
71
72
73
74
75
body
{
background:url(edu.jpeg);
background-size: cover;
text-align: center;
font-family: sans-serif;
}
#grade10
{
margin-left: 30px;
width: 10%;
}
#grade12
{
margin-left: 30px;
width: 10%;
}
#gradecol
{
margin-left: 30px;
width: 10%;
}
.board
{
width: 50%;
padding: 5px 5px;
margin-left: 65px;
}
.colname
{
width: 50%;
padding: 5px 5px;
margin-left: 35px;
}
.scheme
{
width: 20%;
padding: 5px 5px;
margin-left: 10px;
}
#state
{
margin-left: 128px;
width: 30%;
padding: 5px 5px;
}
p
{
font-size: 20px;
text-align: center;
color:coral;
}
#education
{
text-align: left;
background: #f2f2f2;
display: inline-block;
border-radius: 6px;
padding: 10px;
opacity: 0.8;
width: 700px;
}
#education:hover
{
opacity: 1.0;
}