Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
body{
color: brown;
}
h1{
color: white;
background-color: blueviolet;
font-size: 40px;
}
h2{
color: white;
font-size: 30px;
background-color:palegoldenrod;
}
h3{
color: white;
font-size: 20px;
background-color: plum;
}
.quote{
color: gray;
}
.quote.narrator{
color: black;
}
#intro p{
color: green;
}
.redacted{
background-color: black;
color: black;
}
.important{
background-color: yellowgreen;
color: black;
line-height: 3em;
text-align: center;
border: double;
display: block;
}
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ <h3>
Introduction
</h3>
<p>
<span class="redacted">
On page 22 of Liddell Hart’s History of World War I you will read that an attack against the Serre-Montauban line by thirteen British divisions (supported by 1,400 artillery pieces), planned for the 24th of July, 1916, had to be postponed until the morning of the 29th. The torrential rains, Captain Liddell Hart comments, caused this delay, an insignificant one, to be sure.
</span>
</p>
<p>
<span class="important">
The following statement, dictated, reread and signed by Dr. Yu Tsun, former professor of English at the Hochschule at Tsingtao, throws an unsuspected light over the whole affair. The first two pages of the document are missing.
</span>
</p>
</div>
<p>
Expand Down