Skip to content

Commit 21c5aaa

Browse files
author
a.idzikowski
committed
Merge branch 'dev'
2 parents d818461 + a94fe7c commit 21c5aaa

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

src/app/app.component.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<!-- Start your project here-->
2-
<div style="height: 100vh">
3-
<div class="flex-center flex-column">
4-
<h1 class="animated fadeIn mb-4">Material Design for Bootstrap (Angular)</h1>
5-
6-
<h5 class="animated fadeIn mb-3">Thank you for using our product. We're glad you're with us.</h5>
7-
<h6 class="animated fadeIn mb-3">Start browsing <a href="https://mdbootstrap.com/angular">documentation</a>.</h6>
8-
9-
<p class="animated fadeIn text-muted">MDB Team</p>
2+
<div class="container">
3+
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
4+
<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>
13+
</p>
14+
</div>
1015
</div>
1116
</div>
1217
<!-- /Start your project here-->

src/styles.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
/* You can add global styles to this file, and also import other style files */
2+
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;
14+
}

0 commit comments

Comments
 (0)