File tree Expand file tree Collapse file tree 2 files changed +26
-8
lines changed
Expand file tree Collapse file tree 2 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 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-->
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments