diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/posts/40-art-dump-august.md | 32 | ||||
-rw-r--r-- | site/static/site.css | 4 |
2 files changed, 36 insertions, 0 deletions
diff --git a/site/posts/40-art-dump-august.md b/site/posts/40-art-dump-august.md new file mode 100644 index 0000000..1474fce --- /dev/null +++ b/site/posts/40-art-dump-august.md @@ -0,0 +1,32 @@ + + title: "Art dump August!!!!!!!!" + permalink: '40-art-dump-august' + date: {m: 9, d: 1, y: 2018} + categories: + - 'art' + +--- + +# Art dump August!!!!!!!! + +August! A few new things - these are all different experiments. I'm pretty happy with all of these! + +By the way, if you check my blog at the start of each month (whoa), I posted a couple other things in August: [an art dump of a lot of my ooooold art](posts/38-old-art-dump.html), and [an "it's 1:30 AM" ramble about the Wings of Fire graphic novel](posts/39-thoughts-on-wof-graphic-novel.html). Check those out if you're interested! + +<art>40-fsctchprof</art> + +<art>40-fsctch</art> + +<art>40-fsctkh</art> + +<art>40-bord</art> + +<art>40-gn</art> + +<art>40-silh</art> + +<art>40-wt</art> + +<art>40-Green abstract stuff 2</art> + +<art>40-dragddl</art> diff --git a/site/static/site.css b/site/static/site.css index e2693d8..b0e5801 100644 --- a/site/static/site.css +++ b/site/static/site.css @@ -98,6 +98,10 @@ th, td { padding: 2px; } +tr:nth-child(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + /* Art */ div.art-container { |