diff options
| author | Emma Terzioglu <emreterzioglu49@gmail.com> | 2026-03-13 13:49:15 -0700 |
|---|---|---|
| committer | Emma Terzioglu <emreterzioglu49@gmail.com> | 2026-03-13 13:49:15 -0700 |
| commit | 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 (patch) | |
| tree | 855c642394e7ba1de40b8bb8737be12bec0aedaf /src/static/stylesheets/blog.css | |
initial commit
new website repo yay!!!
Diffstat (limited to 'src/static/stylesheets/blog.css')
| -rw-r--r-- | src/static/stylesheets/blog.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/static/stylesheets/blog.css b/src/static/stylesheets/blog.css new file mode 100644 index 0000000..9b3066b --- /dev/null +++ b/src/static/stylesheets/blog.css @@ -0,0 +1,22 @@ +#posts { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + width: 400px; + gap: 12px; +} + +.post { + color: inherit; + width: 400px; +} + +.post:visited { + color: inherit; +} + +.created-at { + font-size: 10px; + color: #333; +} |
