Skip to content

Commit c103ce1

Browse files
author
a.idzikowski
committed
Merge branch 'dev'
2 parents 884cfe2 + 02915c7 commit c103ce1

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

src/app/app.component.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<!-- Start your project here-->
22
<div class="container">
3-
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
3+
<div
4+
class="d-flex justify-content-center align-items-center"
5+
style="height: 100vh"
6+
>
47
<div class="text-center">
5-
<h1 class="text-white text-poppy-red">BLACK NOVEMBER SURPRISE!</h1>
6-
<i class="fas fa-shopping-basket text-white fa-10x"></i>
7-
<p class="mt-2 text-white">
8-
Check what we have prepared and start using the richest UI Kit today.<br />Hurry up & don't
9-
loose your chance.
10-
</p>
11-
<p>
12-
<a type="button" class="btn btn-danger btn-rounded btn-lg text-white bg-poppy-red" href="https://mdbootstrap.com/sale/" ><i class="fas fa-cart-arrow-down"></i> CLAIM OFFER</a>
8+
<h1 class="text-one">CYBER MONDAY SALE!</h1>
9+
<i class="fas fa-calendar-day icon-color fa-10x"></i>
10+
<p class="mt-2 text-two">
11+
Check what we have prepared and start using the richest UI Kit today.<br />Hurry
12+
up & don't loose your chance.
1313
</p>
14+
<a
15+
type="button"
16+
class="btn btn-info text-white btn-rounded btn-lg"
17+
href="https://mdbootstrap.com/sale/"
18+
><i class="fas fa-shopping-basket"></i> CLAIM OFFER</a
19+
>
1420
</div>
1521
</div>
1622
</div>
17-
<!-- /Start your project here-->
23+
<!-- End your project here-->

src/styles.scss

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
/* You can add global styles to this file, and also import other style files */
22

3-
body {
4-
background-color: #2e2e2e;
5-
}
6-
.text-poppy-red {
7-
color: #ef5350 !important;
8-
}
9-
.btn-poppy-red {
10-
background-color: #ef5350 !important;
11-
}
12-
.bg-poppy-red {
13-
background-color: #ef5350 !important;
3+
.icon-color{
4+
color: #39c0ed;
145
}

0 commit comments

Comments
 (0)