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>
<meta name="viewport" content="width=device-width, initial-scale=1" >
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Acme|Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
body{
margin:0px;
padding:0px;
background:#78dfff;
max-width:700px;
}
header{
height:30px;
background:#e93330;
}
#hl{
width:40%;
float:left;
padding-left:5%;
padding-top:5px;
color:#fff;
font-weight:900;
font-family: 'Acme', sans-serif;
}
#hr{
width:40%;
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
Laufen