How To … (Template)

Hi everyone!

I just made a HTML/Markdown template (How To … (Template)) for everyone to teach everyone in a form of a tutorial, you can make a tutorial for pretty much anything with it (you can always add new things if needed). Let me know what you guys think about this in the comments and/or suggestions/new things to add to it. Have a nice day!

3 Likes

Nice but the theme doesn’t exactly look great.

@QwertyQwerty88 how so? (BTW I’m currently making a custom CSS style sheet for Markdown to HTML called Markup.)

Is it light or dark? I say make a color pallet and stick to it. Something like this:

:root {
  --background: #102134;
  --foreground: white;
  --accent: #26283b;
  --primary: green;
}

body {
  background-color: var(--background);
  color: var(--foreground);
}

code {
  background-color: var(--accent);
}

@QwertyQwerty88 I’ll address that in MarkUpCSS and I will use it in this template.

@QwertyQwerty88 I am now using MarkUpCSS for styling (I will be adding different color versions today, [red, orange, yellow, green, blue, purple, gray, black, and white])

2 Likes

I’m guessing this part was supposed to imitate

How To (your tutorial's main topic/point):

That grey color doesn’t match with anything else on the site, though

1 Like

@QwertyQwerty88 what color scheme do you suggest I use (I can use red, orange, yellow, green, blue, purple, gray, black, and white)?

I literally don’t care.

Also why are you using bar? You should use hr

1 Like

@QwertyQwerty88 can you add text to it like this? <bar><h1>Text Above<h1></bar>. I can’t seem to find a way to do that.