-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
116 lines (102 loc) · 1.76 KB
/
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
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
body {
background-color: #EFFBFB;
font-family: Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
h1 {
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 50px;
text-transform: uppercase;
font-size: 48px;
text-decoration: none;
}
.h1{
margin-top: 10px;
font-size: 22pt;
}
div {
margin: 20px;
}
.primary-div {
background-color: white;
padding: 20px;
margin: 20px;
height: 1920px;
width: 68%;
margin-top: 10px;
display: flex;
justify-content: center;
border-radius: 0;
}
.container {
border: 1px solid black;
margin: 10px;
padding: 10px;
border-radius: 0;
width: 800px;
height: 200px;
margin-top: 25px;
}
input {
width: 90%;
padding: 10px;
border-radius: 4px;
font-size: 12pt;
margin-top: 20px;
font-style: bold;
}
.button {
width: 300px;
background-color: black;
color: white;
font-size: 15pt;
margin: 20px;
border-radius: 30px;
}
label {
font-size: 14pt;
text-transform: uppercase;
margin: 20px;
margin-top: 30px;
margin-left: 4px;
}
.select1 {
width: 100%;
height: 50px;
margin-top:20px;
padding: 16px 20px;
border: none;
border-radius: 0;
background-color: #f1f1f1;
}
.form{
font-size: 36pt;
}
.my-table {
font-size: 10pt;
border: 1px solid #1C6EA4;
width: 100%;
float: left;
border-collapse: collapse;
display: table;
table-layout: auto;
overflow-y: auto;
overflow-x: hidden;
}
.my-table th {
font-size: 10pt;
text-align: left;
color:blue;
font-family: Arial;
border-color: #999;
border-width: 0 0 1px 0;
border-style: dotted;
}
.my-table td {
border:solid 1px #333;
}