Skip to content

Instantly share code, notes, and snippets.

View OutRed's full-sized avatar
💀
bruh why you reading this

OutRed OutRed

💀
bruh why you reading this
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<style>
/* Container for the grid */
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 10px;
padding: 10px;
<!DOCTYPE html>
<html lang="en">
<!-- Head -->
<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>OutRed Soundboard</title>
<style>
body {
<!DOCTYPE html>
<html lang="en">
<!-- Head -->
<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>OutRed Soundboard</title>
<style>
body {
<html>
<head>
<title>OutRed Soundboard</title>
<style>
body {
background-color: black;
font-family: arial;
color: white;
text-align: center;
}
@OutRed
OutRed / index.html
Created November 6, 2022 21:32
Game website template
<!DOCTYPE html>
<html>
<head>
<title>Website Template</title>
<style>
* {
box-sizing: border-box;
}
body {
.lw { font-size: 60px; }
.lw {
font-size: 60px;
}
body {
background-color: black;
}
@OutRed
OutRed / main.html
Last active October 15, 2022 21:14
<!DOCTYPE html>
<html>
<head>
<title>OutRed Games</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#games">Games</a></li>
<html>
<style>
body {
background-color: black;
}
h1 {
color: white;
</style>
<center><h1>Five Nights at Freddy's</h1></center>
<!DOCTYPE html>
<html>
<head>
<title>Pong Game lvl 1</title>
<meta charset="UTF-8">
<style>
html, body {
height: 100%;
margin: 0;