-
Notifications
You must be signed in to change notification settings - Fork 0
/
projet1.html
27 lines (26 loc) · 1.06 KB
/
projet1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>startup</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="project1.css">
</head>
<body>
<div class="container d-flex align-items-center h-100">
<div class="row">
<header class="text-cente col-12">
<h1 class="text-uppercase"><strong>The biggest startup of the year</strong></h1>
</header>
<div class="buffer col-12"></div>
<section class="text-center col-12">
<hr>
<a href="https://mailchi.mp/d8f1790b1855/startup"> <botton class="btn btn-primary btn-xl">Find out more</botton></a>
</section>
</div>
</div>
</body>
</html>