FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
infinityloop-dev.github.io/css/style.css at master · infinityloop-dev/infinityloop-dev.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
infinityloop-dev
/
infinityloop-dev.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
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
infinityloop-dev.github.io
/
css
/
style.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
90 lines (77 loc) · 1.49 KB
Breadcrumbs
infinityloop-dev.github.io
/
css
/
style.css
Copy path
File metadata and controls
90 lines (77 loc) · 1.49 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
a
,
a
:
focus
,
a
:
hover
{
color
:
#
fff
;
}
.
btn-secondary
,
.
btn-secondary
:
hover
,
.
btn-secondary
:
focus
{
color
:
#
333
;
text-shadow
:
none;
background-color
:
#
fff
;
border
:
.05
rem
solid
#
fff
;
}
html
,
body
{
font-family
:
'Roboto'
,
sans-serif;
height
:
100
%
;
background-image
:
url
(
"image-small.jpg"
);
background-position
:
center;
background-size
:
cover;
}
body
{
display
:
-ms-flexbox;
display
:
-webkit-box;
display
:
flex;
-ms-flex-pack
:
center;
-webkit-box-pack
:
center;
justify-content
:
center;
color
:
#
fff
;
text-shadow
:
0
.05
rem
.1
rem
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
inset
0
0
5
rem
rgba
(
0
,
0
,
0
,
.5
);
}
.
cover-container
{
max-width
:
44
em
;
}
.
masthead
{
margin-bottom
:
2
rem
;
}
.
masthead-brand
{
margin-bottom
:
0
;
}
.
nav-masthead
.
nav-link
{
padding
:
.25
rem
0
;
font-weight
:
700
;
color
:
rgba
(
255
,
255
,
255
,
.5
);
background-color
:
transparent;
border-bottom
:
.25
rem
solid transparent;
}
.
nav-masthead
.
nav-link
:
hover
,
.
nav-masthead
.
nav-link
:
focus
{
border-bottom-color
:
rgba
(
255
,
255
,
255
,
.25
);
}
.
nav-masthead
.
nav-link
+
.
nav-link
{
margin-left
:
1
rem
;
}
.
nav-masthead
.
active
{
color
:
#
fff
;
border-bottom-color
:
#
fff
;
}
@media
(
min-width
:
48
em
) {
.
masthead-brand
{
float
:
left;
}
.
nav-masthead
{
float
:
right;
}
}
.
cover
{
padding
:
0
1.5
rem
;
}
.
cover
.
btn-lg
{
padding
:
.75
rem
1.25
rem
;
font-weight
:
700
;
}
.
mastfoot
{
color
:
rgba
(
255
,
255
,
255
,
.5
);
}
Back
|
FazBrowse Home
|
New Git URL