html
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
<!DOCTYPE html>
<html>
<head>
<title>FIDGET SPINNERS</title>
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="initial-scale=1">
<meta name="viewport" content="">
</head>
<body>
<h1>
<img src="https://dl.dropbox.com/s/324rem0xwk8zo8u/images.jpeg?raw=1"></h1>
<br />
<br /><br />
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQsFpqhInTSUY1WCzxSWBWuso4rQYgtO2upIprgxJb5mW1__4hB">
<br /><br /><br />
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSKtX0N-TRGiB3OGTZqJhavaDdVdF1EE-F9XL6mqwIg8D5rOgwI">
<br /><br /><br />
<img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRSu9b5hFyBuWF-XR6wH2MnlBBbvJxMcYQb1cy-0Z7ESAydhuaLtg" height=250px>
<br /><br />
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQygFj0EWAEwNS64wxO9yREagECxpXvnT5mCemSqNyE8eJFmZs1" height=250px>
<marquee attribute_name="attribute_value"> <h3>
Enter to Rename, Shift+Enter to Preview
css
css
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
body{
text-align:center;
margin:0;
}
h1{
padding-left:40px;
padding-top:50px;
}
cpright{
font-size:18px;
}
h3{
text-align:center ;
text-decoration:underline ;
color:red;
}
body{
background-color:white;
}
h1{
position:relative;
}
img{
position:relative ;
padding:0px;
margin:0px;
Enter to Rename, Shift+Enter to Preview
js
js
1
2
alert("This is a digital fidget spinner")
alert("Click and enjoy")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run