-
Notifications
You must be signed in to change notification settings - Fork 0
/
marksheetcreator.css
62 lines (57 loc) · 1010 Bytes
/
marksheetcreator.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
div{
text-align:centre;
font-size: 30px;
margin: 0px;
background-image: url('https://upload.wikimedia.org/wikipedia/en/b/b7/Mnit_logo.png');
background-repeat: no-repeat;
background-size: contain;
backface-visibility: visible;
background-color: blueviolet;
margin: auto;
}
body{
background-color: bisque;
}
em{
font-size:40px;
padding: auto;
float:righleft;
}
#form{
float: inherit;
border: 4px;
border-color: black;
}
#myBtn{
text-align: center;
text-transform: uppercase;
text-shadow: red;
}
tr,th,td{
text-decoration: solid;
text-transform: uppercase;
}
td:hover{
background-color:blueviolet;
}
.percentage{
font-weight:bold;
font-family: fantasy;
font: display 2px ;
}
.query{
background-color: chartreuse;
font-weight: bold;
align-content: center;
text-decoration-line: underline;
margin: auto;
margin-bottom: 30px;
display: flex;
}
#information{
font-weight: 900;
font-size: 20px;
width: auto;
text-align: center;
align-content: center;
}