FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Java_Programming_Practice/style.css at main · curious-vasavi/Java_Programming_Practice · GitHub
curious-vasavi
/
Java_Programming_Practice
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Java_Programming_Practice
/
style.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
54 lines (45 loc) · 696 Bytes
Breadcrumbs
Java_Programming_Practice
/
style.css
Copy path
File metadata and controls
54 lines (45 loc) · 696 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
44
45
46
47
48
49
50
51
52
53
54
body
{
font-family
:
Arial
,
Helvetica
,
sans-serif;
background-color
:
#
f4f6f8
;
margin
:
0
;
padding
:
0
;
line-height
:
1.6
;
}
.
container
{
max-width
:
900
px
;
margin
:
40
px
auto;
background
:
#
ffffff
;
padding
:
30
px
;
border-radius
:
8
px
;
box-shadow
:
0
4
px
12
px
rgba
(
0
,
0
,
0
,
0.1
);
}
h1
{
color
:
#
2c3e50
;
margin-bottom
:
10
px
;
}
h2
{
color
:
#
34495e
;
margin-top
:
30
px
;
}
p
{
color
:
#
555
;
}
ul
{
padding-left
:
20
px
;
}
li
{
margin
:
8
px
0
;
}
a
{
color
:
#
1a73e8
;
text-decoration
:
none;
font-weight
:
500
;
}
a
:
hover
{
text-decoration
:
underline;
}
.
footer
{
margin-top
:
40
px
;
font-size
:
14
px
;
color
:
#
777
;
}
Back
|
FazBrowse Home
|
New Git URL