-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunder_construction.html
44 lines (36 loc) · 1.21 KB
/
under_construction.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="src/sass/krediet.style.css">
<title>Document</title>
<style>
body{
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(188,219,226,1) 100%);
height: 100%;
padding: 40px;
}
.picture{
margin:100px auto;
max-width: 760px;
display: flex;
flex-direction: column;
justify-content: center;
}
.eyo{
margin: 100px auto;
max-width: 300px;
}
</style>
</head>
<body>
<div class="picture">
<img src="/assets/img/under_construction.png" alt="under_construction" height="100%" width="100%">
<a href="home.html" class="btn btn-blue eyo">Terug naar Credishop</a>
</div>
</body>
</html>