-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwisdom.html
28 lines (24 loc) · 818 Bytes
/
wisdom.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
<html>
<head>
<title>Wisdom</title>
<link href="//maxcdn.bootstrapcdn.com/bootswatch/3.3.4/simplex/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Schoolbell" rel="stylesheet" type="text/css">
<style type="text/css">
.quote {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: schoolbell;
font-size:54px;
}
</style>
</head>
<body>
<div class="quote">
I'm not super anal about crap. <small>-lm</small>
</div>
<script src="//code.jquery.com/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>