FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ASCII-Donut-Animation-Using-JavaScript/style.css at main · devsujay19/ASCII-Donut-Animation-Using-JavaScript · GitHub
devsujay19
/
ASCII-Donut-Animation-Using-JavaScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
7
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ASCII-Donut-Animation-Using-JavaScript
/
style.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (17 loc) · 280 Bytes
Breadcrumbs
ASCII-Donut-Animation-Using-JavaScript
/
style.css
Copy path
File metadata and controls
19 lines (17 loc) · 280 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
body
{
background-color
:
#
000
;
color
:
#
fff
;
height
:
100
vh
;
overflow
:
hidden;
cursor
:
none;
}
pre
{
font-family
:
monospace;
font-size
:
10
px
;
}
.
donut-container
{
display
:
flex;
align-items
:
center;
justify-content
:
center;
height
:
100
%
;
}
Back
|
FazBrowse Home
|
New Git URL