mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
62 lines
2.0 KiB
HTML
62 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||
<title>Material Design for Bootstrap</title>
|
||
<!-- MDB icon -->
|
||
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
|
||
<!-- Font Awesome -->
|
||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" />
|
||
<!-- Google Fonts Roboto -->
|
||
<link
|
||
rel="stylesheet"
|
||
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
|
||
/>
|
||
<!-- MDB -->
|
||
<link rel="stylesheet" href="css/mdb.min.css" />
|
||
<!-- Custom styles -->
|
||
<style>
|
||
body {
|
||
background-color: #2e2e2e;
|
||
}
|
||
|
||
.text-poppy-red {
|
||
color: #ef5350 !important;
|
||
}
|
||
|
||
.btn-poppy-red {
|
||
background-color: #ef5350 !important;
|
||
}
|
||
|
||
.bg-poppy-red {
|
||
background-color: #ef5350 !important;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<!-- Start your project here-->
|
||
<div class="container">
|
||
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
|
||
<div class="text-center">
|
||
<h1 class="text-white text-poppy-red">BLACK NOVEMBER SURPRISE!</h1>
|
||
<i class="fas fa-shopping-basket text-white fa-10x"></i>
|
||
<p class="mt-2 text-white">
|
||
Check what we have prepared and start using the richest UI Kit today.<br />Hurry up & don't
|
||
loose your chance.
|
||
</p>
|
||
<p>
|
||
<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>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- End your project here-->
|
||
</body>
|
||
|
||
<!-- MDB -->
|
||
<script type="text/javascript" src="js/mdb.min.js"></script>
|
||
<!-- Custom scripts -->
|
||
<script type="text/javascript"></script>
|
||
</html> |