-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.css
104 lines (91 loc) · 1.5 KB
/
page.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
body {
background-image: url('images/qrcode2.png');
background-attachment: fixed;
font-family: "Veranda", sans-serif;
}
.companyName {
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
width: 700px;
background: rgba(221, 221, 255, 0.8);
border-style: solid;
border-width: 2px;
border-color: white;
border-radius: 15px;
font-size: 65px;
text-align: center;
padding: 5px;
}
.linkBar {
margin-left: auto;
margin-right: auto;
margin-top: 1em;
width: 700px;
background: rgba(221, 221, 255, 0.8);
border-style: solid;
border-width: 2px;
border-color: white;
border-radius: 15px;
padding: 5px;
}
.linkBar p {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
font-size: 38px;
text-align: center;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}
.mainBody {
margin-left: auto;
margin-right: auto;
width: 700px;
background: rgba(221, 221, 255, 0.8);
border-style: solid;
border-width: 2px;
border-color: white;
margin-top: 1em;
border-radius: 15px;
padding: 5px;
}
.mainBody p {
text-align: center;
font-weight: bold;
color: #000000;
font-size: 20px;
}
.mainBody h1 {
text-align: center;
}
.mainBody h2 {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
.mainBody h3 {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
margin-left: auto;
margin-right: auto;
z-index: 1;
}