resources_04 html
parent
957112bca1
commit
c9e4f5ae69
@ -0,0 +1,85 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||||
|
|
||||||
|
<script src="muisje.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'GapSansBold';
|
||||||
|
src: url('font/gapsansbold-webfont.eot');
|
||||||
|
src: url('font/gapsansbold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('font/gapsansbold-webfont.woff2') format('woff2'),
|
||||||
|
url('font/gapsansbold-webfont.woff') format('woff'),
|
||||||
|
url('font/gapsansbold-webfont.ttf') format('truetype'),
|
||||||
|
url('font/gapsansbold-webfont.svg#gap_sansbold') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#demo {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 70px;
|
||||||
|
line-height:40px;
|
||||||
|
color: black;
|
||||||
|
font-family:"Roboto Mono";
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
color: black;
|
||||||
|
line-height: 35px;
|
||||||
|
font-family:"Roboto Mono";
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
text-align: center;
|
||||||
|
color: white;
|
||||||
|
font-family: "GapSansBold";
|
||||||
|
line-height: 70px;
|
||||||
|
font-size: 70px;
|
||||||
|
text-shadow: 2px 2px 5px blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>Clock of the instable Now</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
|
||||||
|
<h1>
|
||||||
|
<br>
|
||||||
|
Radio Implicancies #12.4 - 04/06 at 16:00 (UTC+2)
|
||||||
|
<br>
|
||||||
|
</h1>
|
||||||
|
-->
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
DAMAGE
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue