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
<!-- Created by change your name -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background: rgb(20, 20, 20);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
li{
color: white;
font-size: x-large;
font-family: sans-serif;
font-weight: bold;
display: inline-block;
position:relative;
margin:3px;
}
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
/* Created by "change your name"*/
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by change your name
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run