Skip to content

Commit ff4e73c

Browse files
committed
tweak book image add shadow
1 parent 87a042d commit ff4e73c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2>Simple patterns for building complex applications</h2>
4646
</p>
4747

4848
<h1 id="buy_the_book">The Book</h1>
49-
<img src="/images/cover.jpg" alt="Cover Image for Architecture Patterns with Python Book" class="float-right" width="200px" />
49+
<img src="/images/cover.jpg" alt="Cover Image for Architecture Patterns with Python Book" class="book-cover float-right" width="200px" />
5050

5151
<p>
5252
There are lots of ways you can read the book. Some of them even involve us,

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Simple patterns for building complex applications</h2>
2121
</p>
2222

2323
<h1 id="buy_the_book">The Book</h1>
24-
<img src="/images/cover.jpg" alt="Cover Image for Architecture Patterns with Python Book" class="float-right" width="200px" />
24+
<img src="/images/cover.jpg" alt="Cover Image for Architecture Patterns with Python Book" class="book-cover float-right" width="200px" />
2525

2626
<p>
2727
There are lots of ways you can read the book. Some of them even involve us,

rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Simple patterns for building complex apps
88
</description>
99
<link>https://cosmicpython.com</link>
10-
<lastBuildDate>Mon, 16 Mar 2020 16:19:23 -0000</lastBuildDate>
10+
<lastBuildDate>Mon, 16 Mar 2020 16:38:43 -0000</lastBuildDate>
1111
<pubDate>Sat, 4 Jan 2020 19:15:54 -0500</pubDate>
1212
<atom:link href="https://cosmicpython.com/rss.xml" rel="self" type="application/rss+xml" />
1313

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
text-align: right;
4444
}
4545

46+
.book-cover {
47+
border: 1px solid black;
48+
box-shadow: 5px 5px;
49+
}
50+
4651
/* fix bad milligram bulletpoint lists */
4752
ul {
4853
list-style: circle outside;

0 commit comments

Comments
 (0)