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 Sponge ßob -->
<!DOCTYPE html>
<html>
<head>
<html lang='en'>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>questions and answers</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body, html {
font-family: 'Roboto', sans-serif;
margin:0px;
background:black;
color:black;
}
input {
border:none;
outline:none;
background:black;
border-bottom:1px solid silver;
color:white;
}
input:hover {
border:none;
outline:none;
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
/* Created by Sponge ßob */
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by Sponge ßob
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run