-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 1.32 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2024 by anonymous (http://jsbin.com/kutolexepu/1/edit)
Released under the MIT license: http://jsbin.mit-license.org
-->
<meta name="robots" content="noindex">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>link1</title>
<style id="jsbin-css">
body {
background-image:url("https://t4.ftcdn.net/jpg/04/01/25/23/360_F_401252360_L9Ophcvy3yjnU5akk2JJi0dMFOZZQUXb.jpg");
}
.container {
font-family:Georgia;
position:absolute;
top:250px;
}
.box {
position:absolute;
width:500px;
left:700px;
top:-15px;
background-color:white;
border-radius:10px;
border-style:solid;
border-color:darkgray;
}
.box2 {
position:absolute;
width:240px;
left:830px;
top:190px;
background-color:white;
border-radius:10px;
border-style:solid;
border-color:darkgray;
}
</style>
</head>
<body>
<div class="container">
<div class="box">
<h1> <center> Hey there! If you want to check out our community on <em> Reddit </em>, click on <q> Community </q>, which is down below. </center></h1>
</div>
<div class="box2">
<h1> <em> <center> <a href="https://www.reddit.com/r/2b2t/">Community</a> </center> </em> </h1>
</div>
</div>
</body>
</html>