FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
html-css-js--php-project/css/table.css at develop · benacode/html-css-js--php-project · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
benacode
/
html-css-js--php-project
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
5
Code
Issues
0
Pull requests
23
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-css-js--php-project
/
css
/
table.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (32 loc) · 548 Bytes
Breadcrumbs
html-css-js--php-project
/
css
/
table.css
Copy path
File metadata and controls
37 lines (32 loc) · 548 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
table
{
border-collapse
:
collapse;
width
:
95
%
;
margin
:
20
px
40
px
;
font-family
:
Arial
,
sans-serif;
color
:
#
333
;
box-shadow
:
0
2
px
5
px
rgba
(
0
,
0
,
0
,
0.1
);
}
th
,
td
{
padding
:
12
px
;
text-align
:
left;
border-bottom
:
1
px
solid
#
ddd
;
}
th
{
background-color
:
#
f2f2f2
;
font-weight
:
bold;
}
tr
:
hover
{
background-color
:
#
f5f5f5
;
}
input
[
type
=
"submit"
] {
padding
:
5
px
10
px
;
margin
:
0
5
px
;
border
:
none;
color
:
white;
cursor
:
pointer;
border-radius
:
3
px
;
}
input
[
type
=
"submit"
]
:
hover
{
background-color
:
#
0056b3
;
}
Back
|
FazBrowse Home
|
New Git URL