-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
36 lines (34 loc) · 926 Bytes
/
main.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<link href="https://pl.allfont.net/allfont.css?fonts=ds-digital-bold" rel="stylesheet" type="text/css" />
<style>
#cyfrowy
{
font-family: 'DS-Digital Bold', arial;
font-size: 48px;
text-shadow: 4px 4px 4px #aaa;
position: absolute;
left: 250px;
top: 350px;
font-size: 100px;
}
</style>
</head>
<body>
<div class="circle">
<img class="clock" src="tarcza.png" style="transform:rotate(90deg)"">
<div class="sec"></div>
<div class="min"></div>
<div class="h"></div>
<div class="dot"></div>
</div>
<p id="cyfrowy"></p>
<script src='main.js'></script>
</body>
</html>