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>Home</title>
<meta charset="utf-8" content="width=device-width , initial-scale=1.5" />
<style type="text/css">
body{
margin:0;
transition:0.8s;
min-height:100vh;
width:100%;
}
.nav{
background-color:#eee;
height:80px;
width:100%;
position:fixed;
padding:10px;
transition:0.8s;
}
.img{
height:70px;
width:70px;
margin-top:px;
margin-left:8px;
margin-top:3px;
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run