-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathentryResult2.css
More file actions
81 lines (68 loc) · 1.08 KB
/
Copy pathentryResult2.css
File metadata and controls
81 lines (68 loc) · 1.08 KB
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
html{
height: 100%;
width: 100%;
}
body{
margin: 0%;
height: 100%;
}
#header{
width: 80%;
height: px;
background-color: aqua;
padding-top: 7px;
text-align: center;
margin: 10px;
}
label{
margin: 10px;
font: bold;
}
input{
text-align: center;
}
#btn{
margin-left: 30px;
}
#show_profile{
/* background: #000; */
height: 45%;
width: 39%;
margin-left: 16px;
float: left;
}
#sf{
text-align: center;
}
h1{
background: violet;
display: inline;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
border-bottom: thick 3px;
}
#element{
margin-top: 60px;
}
h3{
text-align: left;
display: inline;
color: rgb(63, 59, 42);
margin: 15px;
}
#marks_entry{
height: 45%;
width: 39%;
float: left;
margin-left: 10px;
align-items: center;
}
#btn2{
text-align: center;
margin-top: 25%;
float: left;
}
#btn2::-webkit-inner-spin-button,
#btn2::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}