UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
src
/
public
/
splash
/
styles.css
25 lines
(19 loc)
•
278 B
CSS
View Raw
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
body
,
html
{
margin
:
0
;
padding
:
0
;
display
: flex;
justify-content
: center;
align-items
: center;
height
:
100vh
;
background-color
:
#f0f0f0
; }
.container
{
position
: relative; }
.logo
{
width
:
200px
;
height
:
200px
; }
#ring
{
transform-origin
: center; }