Skip to content

Instantly share code, notes, and snippets.

View benjaminbhollon's full-sized avatar
🚛
Moved to Codeberg. Goodbye.

Benjamin Hollon benjaminbhollon

🚛
Moved to Codeberg. Goodbye.
View GitHub Profile
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Astronaut Counter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<style>
* {
box-sizing: border-box;
}
<!DOCTYPE html>
<html>
<head>
<title>Challenge Creation Tool</title>
<style>
body {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 1.1em;
text-align: center
}