FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
html-css-js--php-project/css/index.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
/
index.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
71 lines (62 loc) · 1.06 KB
Breadcrumbs
html-css-js--php-project
/
css
/
index.css
Copy path
File metadata and controls
71 lines (62 loc) · 1.06 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
html
,
body
{
background-color
:
aliceblue;
margin
:
0
20
%
0
20
%
;
}
.
headline-container
{
font-family
:
"Inter"
,
sans-serif;
font-weight
:
400
;
font-size
:
40
px
;
line-height
:
130
%
;
text-align
:
center;
color
:
#
172b4d
;
}
.
headline-container-pos
{
color
:
#
36b37e
;
}
.
headline-container-para
{
font-family
:
"Inter"
,
sans-serif;
font-weight
:
200
;
font-size
:
20
px
;
line-height
:
140
%
;
text-align
:
center;
color
:
#
0a0a0a
;
}
.
flex-container
{
display
:
flex;
flex-direction
:
column;
align-items
:
center;
}
.
menu
{
top
:
0
;
left
:
0
;
width
:
100
%
;
z-index
:
3
;
}
.
menu-list
{
font-family
:
"Inter"
,
sans-serif;
font-size
:
32
px
;
line-height
:
44
px
;
text-align
:
left;
margin-bottom
:
10
px
;
margin-left
:
24
px
;
list-style
:
none;
}
.
close-btn
{
position
:
absolute;
top
:
10
px
;
right
:
450
px
;
color
:
#
67798e
;
}
.
action-btn
{
width
:
40
px
;
height
:
40
px
;
border-radius
:
50
%
;
border
:
1
px
solid
#
dfe1e6
;
background-color
:
transparent;
}
.
chevron
{
background
:
url(.
/
img/chevron.png)
50
%
50
%
no-repeat;
width
:
40
px
;
height
:
40
px
;
}
Back
|
FazBrowse Home
|
New Git URL