-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Namu darbai 1</title>
</head>
<body style="background-color: #1dacbf;">
<div style="display: inline-block; text-align: center; width: 20%; float: left; margin-left: 15%; margin-top: 12%;">
<h1 style="color: white; display: inline-block; width: 100%; font-size: 80px; margin: 0;" >404</h1>
<p style="color: #ffcd31; display: inline-block; width: 100%; margin: 0; font-size: 30px;"><b>uh-oh!</b></p>
<p style="color: white; display: inline-block; width: 100%; font-size: 25px;">Looks like wolverine lost his Claws!!!</p>
<p style="color: white; display: inline-block; width: 100%;">Let <b>Professer X</b> fix him!<br>
why don't you head back home!</p>
<a style="display: inline-block; background-color: #ffcd31; text-transform: uppercase; padding: 12px; text-decoration: none; color: black;" href="#">Back home</a>
</div>
<img style="display: inline-block; width: 40%; float: left; margin-left: 10%; margin-top: 6%; "src="wolverinas.jpg" alt="wolverinas">
</body>
</html>