-
Notifications
You must be signed in to change notification settings - Fork 1
/
qr1.html
35 lines (35 loc) · 989 Bytes
/
qr1.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
<html>
<head>
<style>
body {
text-align: center;
background: url(DSC_1892.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#page-text {
color: white;
background: black;
padding: 15px;
position: absolute;
top: 80%;
left: 70%;
border-radius: 15px;
-moz-border-radius: 15px;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
</style>
<script defer src="https://cloud.umami.is/script.js" data-website-id="27121d6a-17c2-4319-8b5b-89042adfc8a0"></script>
</head>
<body>
<div id="page-text">
<h1>Jacob Sayles</h1>
<h2>Creative Technologist</h2>
<h3>Photography | Circuitry | Biometrics</h3>
</div>
</body>
</html>