-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpressum.html
More file actions
45 lines (36 loc) · 1.05 KB
/
impressum.html
File metadata and controls
45 lines (36 loc) · 1.05 KB
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
44
45
<!Doctype html>
<html>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<head>
<title>Impressum</title>
<style>
.container {
height: 200px;
position: relative;
border: 3px solid green;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
</style>
<body style="background-color;rgb(230, 255, 2)">
<div class="container">
<div class="vertical-center">
<h1 class="centertext" style="color:red">
IMPRESSUM!
</h1> MAINTAINCE
<br>
<p class="centertext">RaudonisNetwork[2025]</p>
<br>
<p class="centertext" style="color:blue">Devs: TheAnonym3000, CPPIMFPL, R40fendt</p>
<br>
<p class="centertext" style="color:blueviolet"></p>
<button style="color:green" href="index.html" >go to mainpage</button>
</body>
</head>
</html>