-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqrcode-inactive-styles-css
71 lines (59 loc) · 1.02 KB
/
qrcode-inactive-styles-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
/*https://codepen.io/danielfww/pen/zYXvJaE?editors=1100 */
* {
margin:0;
padding:0;
}
body {
height: 100%;
align-items:center;
display:flex;
justify-content:center;
height:100%;
background-color:hsl(212, 45%, 89%);
}
img {
max-width: 100%;
height: 200px;
display: block;
margin-left: auto;
margin-right: auto;
justify-content: center;
border-radius:0.5rem;
}
.container {
background-color:white;
padding: .55rem;
border-radius: 0.5rem;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
justify-content:center;
display:block;
width:198px;
margin-top: 85px;
}
.container img{
border-radius:0.625rem;
margin-bottom:0px
}
.container p {
border-radius:0.25rem;
margin-bottom:10px;
}
.container h1 {
border-radius:0.625rem;
margin-bottom:0px
}
h1 {
text-align: center;
margin-top: 10px;
overflow: auto;
font-family: "Outfit";
font-size: 15px;
}
.two {
text-align: center;
margin-top: -10px;
overflow: auto;
font-family: "Outfit";
font-size: 12px;
color:grey;
}