HTML
xxxxxxxxxx
1
<!-- Start your project here-->
2
<div class="container">
3
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
4
<div class="text-center">
5
<img
6
class="mb-4"
7
src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png"
8
style="width: 250px; height: 90px;"
9
/>
10
<h5 class="mb-3">Thank you for taking part in our challenge. Let's begin!</h5>
11
<hr>
12
<p class="mb-3 font-weight-bold">Create an admin dashboard in which you can visualize data such as:</p>
13
<div class="row justify-content-center">
14
<ol class="col-md-5 ">
15
<li>List of orders</li>
16
<li>Website traffic</li>
17
<li>Compare sales from two different periods</li>
18
<li>Division of users according to the browser used</li>
19
</ol>
20
</div>
21
<p class="font-weight-bold">Remember to share your project when you finish your work. After that, we will contact you via Twitter and you will receive a prize</p>
22
</div>
23
</div>
24
</div>
25
<!-- End your project here-->
CSS
1
1
JS
1
1
Console errors: 0