-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
41 lines (41 loc) · 915 Bytes
/
styles.css
File metadata and controls
41 lines (41 loc) · 915 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
body {
background-image: url("images/zioworld.png");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
font-family: "Arial", monospace;
font-size: 1.13em;
font-weight: bold;
}
#subscribe {
margin: 250px 500px 0;
}
.btn {
color: purple;
cursor: pointer;
display: inline-block;
letter-spacing: 0.075em;
padding: .8em 1em;
position: relative;
align-self: center;
text-transform: uppercase;
z-index: 1;
box-shadow: -0.5em .5em transparentize(purple,1);
transform-origin: left bottom;
}
.qr {
color: green;
background: yellow;
font-weight: bold;
cursor: pointer;
display: inline-block;
letter-spacing: 0.075em;
padding: .8em 1em;
position: relative;
align-self: center;
text-transform: uppercase;
z-index: 1;
box-shadow: -0.5em .5em transparentize(purple,1);
transform-origin: left bottom;
}