-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqrcode.css
More file actions
40 lines (40 loc) · 743 Bytes
/
Copy pathqrcode.css
File metadata and controls
40 lines (40 loc) · 743 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
body{
background-color: hsl(195, 69%, 90%);
;
}
.container{
height: 410px;
width: 250px;
border-radius: 10px;
background-color: #ffffff;
position: fixed;
left: 42%;
top: 25%;
box-shadow: 1px 1px 25px black;
}
.container img{
width: 220px;
height: 230px;
position: absolute;
border-radius: 4%;
margin:15px ;
}
.container #p1{
position: absolute;
top: 250px;
margin-left: 15px;
font-size: larger;
font-weight: bolder;
margin-right: 15px;
text-align: center;
}
.container #p2{
position: absolute;
top: 320px;
margin-left: 15px;
font-size: smaller;
font-weight: bolder;
margin-right: 15px;
color: #7d7d7d;
text-align: center;
}