andrews/zenstesting/fonts.html

45 lines
1.7 KiB
HTML
Raw Normal View History

2023-01-30 18:17:12 +01:00
<!DOCTYPE html>
<html>
<head>
<title>zen's tests</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/sheep/3.css" />
<script src="/sheep/3.js" charset="utf-8"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/A-300.png">
<link rel="stylesheet" href="/w3css/w3.css">
<link href="https://fonts.cdnfonts.com/css/instagram-sans-2" rel="stylesheet">
<style>
2023-01-30 18:42:03 +01:00
body,h1,h2 {font-family: "Instagram Sans", sans-serif}
2023-01-30 18:17:12 +01:00
body, html {height: 100%}
.bgimg {
background-image: url('/background.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
</head>
<body>
<div class="bgimg w3-display-container w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<a href="/">Mr. Andrews</a>
</div>
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">this is instagram sans</h1>
<hr class="w3-border-grey w3-animate-right" style="margin:auto;width:40%">
2023-01-30 18:18:32 +01:00
<p class="w3-large w3-center w3-animate-bottom">funny gaming QWERTYUIOPASDFGHJKLZXCVBNM qwertyuiopasdfghjklzxcvbnm []\;',./ 1234567890-= ` ~!@#$%^&*(){}|:"<>?<br><br>Lorem Ipsum is simply<br><br>
2023-01-30 18:42:03 +01:00
<h2 class="w3-center">Instagram Sans</h2><br><br>
2023-01-30 18:18:32 +01:00
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</p>
2023-01-30 18:17:12 +01:00
</div>
<div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>
</div>
</div>
</body>
</html>