a very simple portfolio code template!
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.
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.
- you can also make lists
-
unordered lists (
ul
) look like this
-
ordered lists (
ol
) look like this - (they have numbers)
this is a blockquote, which is good for quoting.
class="center"
to center
text.
div class="flex"
!
^ that's an
hr
- a little dividing line to put between elements.
image gallery
class = "columns"
bit. (this is good for
things like posting comic pages, since columns can mess with the order of your images.)

figure & figcaption
elements if you want to add captions to your images







