diff options
-rw-r--r-- | assets/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css index 971615f..69dc5ed 100644 --- a/assets/index.css +++ b/assets/index.css @@ -24,6 +24,11 @@ h2>a::before { content: '> '; } +.project { + border: 1px solid orange; + padding: 1em; +} + p, h1, h2, |