FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
css_loader/style.css at main · AnaProgramando/css_loader · GitHub
AnaProgramando
/
css_loader
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
css_loader
/
style.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (39 loc) · 772 Bytes
Breadcrumbs
css_loader
/
style.css
Copy path
File metadata and controls
43 lines (39 loc) · 772 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
body
{
display
:
flex;
justify-content
:
center;
align-items
:
center;
min-height
:
100
vh
;
background
:
linear-gradient
(
90
deg
,
#
080C59
,
#
6d00db
,
#
F2507B
);
}
.
card
{
position
:
relative;
width
:
350
px
;
height
:
250
px
;
background
:
#
fff
;
border-radius
:
20
px
;
box-shadow
:
0
35
px
80
px
rgba
(
0
,
0
,
0
,
0.15
);
transition
:
0.5
s
;
}
.
card
h1
{
color
:
#
080C59
;
text-align
:
center;
}
.
loader
{
position
:
absolute;
left
:
25
%
;
top
:
30
%
;
border
:
16
px
solid
#
d9d9d9
;
border-top
:
16
px
solid
#
6d00db
;
border-radius
:
50
%
;
width
:
120
px
;
height
:
120
px
;
animation
:
spin
2
s
linear infinite;
}
@keyframes
spin {
0
%
{
transform
:
rotate
(
0
deg
);
}
100
%
{
transform
:
rotate
(
360
deg
);
}
}
Back
|
FazBrowse Home
|
New Git URL