UNPKG
@bitjson/qr-code
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
QR Code Web Component
qr.bitjson.com
bitjson/qr-code
@bitjson/qr-code
/
dist
/
collection
/
components
/
qr-code
/
qr-code.css
18 lines
(15 loc)
•
230 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
:host
{
display
: block;
contain
: content; }
#qr-container
{
position
: relative; }
#icon-container
{
position
: absolute;
width
:
100%
;
height
:
100%
;
display
: flex;
align-items
: center;
justify-content
: center; }