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><!-- not all code-->
<head><meta charset="utf-8"><title>Welcome</title>
<style>body
{background:url(http://st-gdefon.gallery.world/wallpapers_original/342410_gallery.world.jpg);}
background-repeat: no-repeat;
nav{padding: 100px 0;min-width: 500px;}
nav ul{
background: linear-gradient(90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.2) 25%,
rgba(255, 255, 255, 0.2) 75%,
rgba(255, 255, 255, 0) 100%);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1),
inset 0 0 1px rgba(255, 255, 255, 0.6);
}
nav ul li{
display:inline-block;
}
nav ul li a{
padding: 15px;
color: #339944;
font-size: 20px;
font-family: Arial;
text-decoration: none;
display: block;
}</style>
<nav>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run