-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 696 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 696 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<style>
.center-image {
width: 700px;
height: 700px;
margin: auto;
margin-top: 200px;
}
body {
background-color: black;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="center-image">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Crystal_Clear_app_ktip.svg/1200px-Crystal_Clear_app_ktip.svg.png"
width="700" height="700">
</div>
</div>
</body>
</html>