FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Simon-Say-Game-JavaScript-Mini-Project/style.css at main · Milindsangale/Simon-Say-Game-JavaScript-Mini-Project · GitHub
Milindsangale
/
Simon-Say-Game-JavaScript-Mini-Project
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Simon-Say-Game-JavaScript-Mini-Project
/
style.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (33 loc) · 492 Bytes
Breadcrumbs
Simon-Say-Game-JavaScript-Mini-Project
/
style.css
Copy path
File metadata and controls
40 lines (33 loc) · 492 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
body
{
text-align
:
center;
}
.
btn
{
height
:
200
px
;
width
:
200
px
;
border-radius
:
20
%
;
border
:
10
px
solid black;
margin
:
2.5
rem
;
}
.
btn-container
{
display
:
flex;
justify-content
:
center;
align-items
:
center;
}
.
yellow
{
background-color
:
#
f99b45
;
}
.
red
{
background-color
:
#
d95980
;
}
.
purple
{
background-color
:
#
819ff9
;
}
.
green
{
background-color
:
#
63aa10
;
}
.
flash
{
background-color
:
white;
}
.
userflash
{
background-color
:
green;
}
Back
|
FazBrowse Home
|
New Git URL