Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ℹ️❤️🖥
Explorable-Podcast-Proof-of-Concept
Commits
c2a88513
Commit
c2a88513
authored
Jun 28, 2017
by
i❤computers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Add in SVG of Chicago city flag
* Fiddle with CSS some more to work with narrower viewports
parent
c95292be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
index.html
index.html
+21
-1
No files found.
index.html
View file @
c2a88513
...
...
@@ -44,7 +44,18 @@
background-position
:
-100%
}
@media
screen
and
(
max-width
:
900px
)
{
figure
{
float
:
right
;
width
:
50%
;
text-align
:
center
;
font-style
:
italic
;
margin
:
38px
40px
;
}
figure
div
{
width
:
100%
;
}
@media
screen
and
(
max-width
:
690px
)
{
div
{
width
:
initial
;
}
...
...
@@ -56,6 +67,11 @@
p
{
font-size
:
1.3em
;
}
figure
{
float
:
none
;
width
:
initial
;
}
}
</style>
</head>
...
...
@@ -171,6 +187,10 @@
<span
data-cue-position=
"93"
>
across
</span>
<span
data-cue-position=
"94"
>
the middle.
</span>
</p>
<figure>
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 720 480"
><path
d=
"M0 0h720v480H0z"
fill=
"#fff"
></path><path
d=
"M150 180l11 41 41-11 -30 30 30 30 -41-11 -11 41 -11-41 -41 11 30-30 -30-30 41 11zM290 180l11 41 41-11 -30 30 30 30 -41-11 -11 41 -11-41 -41 11 30-30 -30-30 41 11zM430 180l11 41 41-11 -30 30 30 30 -41-11 -11 41 -11-41 -41 11 30-30 -30-30 41 11zM570 180l11 41 41-11 -30 30 30 30 -41-11 -11 41 -11-41 -41 11 30-30 -30-30 41 11z"
fill=
"#f00"
></path><path
d=
"M0 80h720v80H0v160h720v80H0z"
fill=
"#b3ddf2"
></path></svg>
<figcaption>
Figure 1. Flag of Chicago, Illinois.
<a
href=
"https://commons.wikimedia.org/wiki/File:Flag_of_Chicago,_Illinois.svg"
>
Source: Wikipedia
</a></figcaption>
</figure>
<h1>
<span
data-cue-position=
"95"
>
Number
</span>
<span
data-cue-position=
"96"
>
two:
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment