-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0.05_images.html
34 lines (34 loc) · 1.03 KB
/
0.05_images.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
<!DOCTYPE html>
<html>
<head>
<title>images</title>
<!--<style>
body{
background-image: url("./imges/magic_circle.jpg");
background-repeat: no-repeat;
}
</style>-->
<style type="text/css">
@-webkit-keyframes phase{
0% {opacity: .5} 50% {opacity: .25}
}
@-webkit-keyframes blink{
0% {opacity: 0} 50% {opacity: 0}
}
@-webkit-keyframes altblink{
0% {opacity: 1} 50% {opacity: 1}
}
.circle{
border-radius: 50%]
border-position: 250px,187px;
}
</style>
</head>
<body>
<a href="http://3.bp.blogspot.com/-Io0JZNV-YEE/VgWkDl7HqLI/AAAAAAAACMk/y866eCOB_EU/s1600/magic_circle.jpg">-->
<img style="-webkit-animation:blink 3s infinite linear alternate" src="./imges/magic_circle.jpg" alt="nope"/>
</a>
<img src="https://openclipart.org/download/265195/Magic-Circle-Blank-03.svg" alt="nope" width="50%"/>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/PM5544_with_non-PAL_signals.png/320px-PM5544_with_non-PAL_signals.png" width="500px" class="circle">
</body>
</html>