FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HTML-Editable-Table-OOP-JavaScript/source-code/style.css at main · saeedkohansal/HTML-Editable-Table-OOP-JavaScript · GitHub
saeedkohansal
/
HTML-Editable-Table-OOP-JavaScript
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
HTML-Editable-Table-OOP-JavaScript
/
source-code
/
style.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
55 lines (50 loc) · 1.03 KB
Breadcrumbs
HTML-Editable-Table-OOP-JavaScript
/
source-code
/
style.css
Copy path
File metadata and controls
55 lines (50 loc) · 1.03 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
body
{
font-family
:
"Ubuntu"
;
margin
:
0
;
padding
:
0
;
background-image
:
url
(
"gilgeekify-army.jpg"
);
background-size
:
cover;
background-position
:
center;
background-attachment
:
fixed;
height
:
100
vh
;
display
:
flex;
font-size
:
20
px
;
font-weight
:
900
;
overflow
:
hidden;
flex-direction
:
column;
justify-content
:
center;
align-items
:
center;
align-content
:
center;
flex-wrap
:
nowrap;
}
a
{
text-decoration
:
none;
}
#
title-top
{
text-transform
:
uppercase;
color
:
#
fff
;
background-color
:
#
5582ffb5
;
border-radius
:
0
100
px
0
100
px
;
width
:
800
px
;
}
#
title-bot
{
text-transform
:
uppercase;
color
:
#
fff
;
background-color
:
#
ff0000b5
;
border-radius
:
0
100
px
0
100
px
;
width
:
700
px
;
}
h1
{
color
:
#
222
;
background-color
:
#
00ffbbb5
;
padding
:
20
px
;
border-radius
:
100
px
0
100
px
0
;
width
:
600
px
;
text-align
:
center;
margin
:
0
0
15
px
0
;
border
:
6
px
solid
#
222
;
transition
:
1
s
;
}
h1
:
hover
{
filter
:
hue-rotate
(
300
deg
);
}
Back
|
FazBrowse Home
|
New Git URL