CSS Guide

Welcome my little Anomaly Hunters, today we're teaching:

CSS 101 HOORAY!!

For Basic Wiki Syntax, look here

For Formatting text to sides look here

Today I will explain ~11 herbs and spices for your articles, aka CSS Coding but really basic.

CHAPTER 1:
Div Blocks

These are your bread and butter for CSS.

This is a div box!

This is also a div box!

These are super simple to make!

Content

The first hexcode is your background color, the stuff behind the text. The first px, "padding: #px" is the space inside the div block, in pixels.

border: #px means the thickness of the border of color around the background.

solid/dashed/dotted - choose one, its either a line, dashes, or dots for the outside border.

#[hexcode] means put in the hexcode for a color, for example "#cce5ff" is a light blue.

"margin: #px #" this one is tricky.
The first "#" is the amount of empty space between it and any other text or other CSS items from above/below.
The second "#" is the amount of empty space between it and any other text or other CSS items from the sides.

Then add your content and enter that last "[[/div]]" to seal the deal!

CHAPTER 2:
Div Collapsibles

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License