-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqr.css
More file actions
38 lines (36 loc) · 660 Bytes
/
qr.css
File metadata and controls
38 lines (36 loc) · 660 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
body{
background-color: rgb(5, 24, 24);
font-family: 'Roboto Condensed', sans-serif;
}
.container{
width: 320px;
background-color: #fff;
border: none;
text-align: center;
padding: 16px;
margin-left: 33%;
margin-top: 2%;
border-radius: 4px;
}
input{
width: 290px;
padding: 8px;
border: 1px solid rgb(121, 119, 119);
outline: none;
font-size: 19px;
}
button{
width: 308px;
height: 42px;
margin-top: 4%;
background-color: rgb(5, 89, 247);
color: white;
font-size: 24px;
border-radius: 2px;
border: none;
outline: none;
cursor: pointer;
}
img{
margin-top: 10%;
}