Skip to content

Commit 9a4a355

Browse files
committed
christmas sale
1 parent 20799a0 commit 9a4a355

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<div class="content">
5050
<div class="info large" id="comparison">
5151
<h2>Unlock your MacBook Pro®'s Full Brightness</h2>
52+
<h2 class="christmas">🎅🏼 Let it shine brighter than your
53+
Christmas tree! - 50% OFF! 🎄
54+
</h2>
5255
<div class="img-comp-container">
5356
<div class="img-comp-img img-comp-base">
5457
<picture>
@@ -69,7 +72,8 @@ <h2>Get started with a free trial</h2>
6972
<div class="card text-card center">
7073
Enjoy a 3-day free trial of BrightIntosh after getting it from the App Store!
7174
<br>
72-
After the trial, unlock the full app for just <strong>$1.99</strong>*.
75+
After the trial, unlock the full app for just <strong><s>$1.99</s> <span
76+
style="color: red;">$0.99</span></strong>* during our Christmas sale until Dec. 31 🎅🏼🎄
7377
<br>
7478
<br>
7579
<div class="center">

style/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ div.content {
151151
margin: 10px 0;
152152
}
153153

154-
.social > img {
154+
.social>img {
155155
max-height: 30px;
156156
max-width: 30px;
157157
color: #000;
@@ -374,6 +374,11 @@ h2 {
374374
background-position: 0% 0;
375375
}
376376

377+
h2.christmas {
378+
background: none;
379+
color: #e64444;
380+
}
381+
377382
:root {
378383
--star-size: 30px;
379384
--star-color: #fff;

0 commit comments

Comments
 (0)