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>Test</title>
<meta charset="utf-8">
<meta name="description" content="page for personal coding" />
<meta name="keywords" content="Test, Coding, HTML, CSS" />
<meta name="robots" content="nofollow" />
<meta http-equiv="author" content="Max Mälzer">
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="" /> <!-- Still open -->
<link rel="stylesheet" type="text/css" href="Style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script type="text/javascript">
function Brrb () {
alert("Thank you for submitting.")
}
</script>
</head>
<body>
<!-- Navigation thing -->
Enter to Rename, Shift+Enter to Preview
css
css
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
.BigHeading {
color: white;
border-style: dotted;
border-color: black;
background-color: black;
word-break:break-all;
font-weight: bold;
margin-left:5%;
margin-right: 5%;
border-radius: 1em;
}
.bolding {
padding-top: 5%;
font-weight: bold;
color: grey;
}
.left {
text-align: left;
}
li {
text-align: left;
}
.boddy {
background-color: #d8d8d8;
Enter to Rename, Shift+Enter to Preview
js
js
1
//alert("This page is only used for test purposes, so please don't judge!")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run