Skip to content

Commit 452b973

Browse files
committed
Sold Apple TV
1 parent 44d0e26 commit 452b973

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ <h2 class="title">PS3 Games</h2>
102102
<div class="item">
103103
<img src="images/ipad2.jpg" class="product" />
104104
<div class="details left">
105-
<h2 class="title">Apple iPad 2 - £220</h2>
105+
<h2 class="title">
106+
Apple iPad 2 - £220
107+
</h2>
106108

107109
<p>
108110
<em>Collect or £5 postage</em>
@@ -116,6 +118,8 @@ <h2 class="title">Apple iPad 2 - £220</h2>
116118
<p>The iPad is great when you're just chilling on the sofa.</p>
117119
<p>I also used it for watching movies before I got the Apple TV.</p>
118120

121+
<em>Note: It's missing the charger, as it was stolen when I was on holiday :/</em>
122+
119123
<div class="tweet">
120124
<a href="https://twitter.com/share" class="twitter-share-button" data-text="@chadtomkiss Hi Chad, I'm interested in the iPad">Tweet</a>
121125
</div>
@@ -127,7 +131,7 @@ <h2 class="title">Apple iPad 2 - £220</h2>
127131
<div class="item">
128132
<img src="images/apple-tv.jpg" class="product" />
129133
<div class="details left">
130-
<h2 class="title">Apple TV - £60</h2>
134+
<h2 class="title"><span class="sold">Apple TV</span> - Sold</h2>
131135

132136
<p>
133137
<em>Collect or £5 postage<em>

style.css

+4
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ hr {
7777
bottom: 5px;
7878
}
7979

80+
.sold {
81+
text-decoration: line-through
82+
}
83+
8084
.left {
8185
float: left;
8286
}

0 commit comments

Comments
 (0)