/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your HTML content. To learn how to do something, just try searching Google for questions like "how to change link color." */ body { background-color: white; color: black; font-family: Verdana; } YOUR NAME GOES HERE
^

your name goes here

you could also put an image here, if you wanted! or a subtitle!

a very simple portfolio code template!

back to the blog post!

how to grab this code:

right click on this page & select view page source, then copy everything that comes up! paste that into your index.html file.

then go to style.css and copy-paste everything there into a style.css file. edit to your heart's content.

this is some page content, in bold, italic, underlined, highlighted, code, and link varieties.

the p tag denotes a paragraph, and the br tag will make a single line break,
like this.

the code includes 5 variables for colors you can edit: text, background, accent, accent-dark, and accent-light.

  1. ordered lists (ol) look like this
  2. (they have numbers)
this is a blockquote, which is good for quoting.
this is a box - you can put special content into it, if you want. use class="center" to center text.
want to put two boxes next to each other? or text next to an image?
use a div class="flex"!

^ that's an hr - a little dividing line to put between elements.

image gallery