image gallery
a very simple portfolio code template!
how to grab this code:
this is some page content, in bold, italic, underlined, highlighted,
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.
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.