-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublic
More file actions
58 lines (49 loc) · 701 Bytes
/
public
File metadata and controls
58 lines (49 loc) · 701 Bytes
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
/****** Main Styling ******/
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #222;
background-color: #ECF0F1;
text-align: center;
}
.container {
padding: 0;
margin-top: 40px;
}
.footer {
margin-top: 60px;
}
ol {
list-style-position: inside;
}
ul {
list-style-type: none;
}
a {
color: #2574A9;
}
input {
display: block;
position: relative;
margin: 10px auto;
}
input#button {
width: 230px;
}
.view {
position:relative;
margin: auto;
margin-top: 40px;
border: 1px solid #aaa;
padding: 20px;
width: 60%;
min-width: 400px;
}
/****** Logo Div Styling ******/
img {
margin: 20px auto 0 auto;
display: block;
}
h3{
background-color: green;
}