Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View EliasMasche's full-sized avatar

Elias Mascheroni EliasMasche

View GitHub Profile
* {
box-sizing: border-box;
}
.column {
float: left;
width: 10%;
padding: 0px;
}
/* Add this CSS for Register User page */
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
form {
max-width: 400px;
@EliasMasche
EliasMasche / markdown-text-101.md
Created February 29, 2024 01:08 — forked from matthewzring/markdown-text-101.md
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers: