summaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-07 02:34:34 -0500
committerseth <[email protected]>2023-01-07 02:34:34 -0500
commit445ace8236270fd31b90bb70420b85783f91cc4e (patch)
treec7ab4e54174f0955c7fcda5f2841152ec32c9e7a /src/css
parenta0390f51c9cd695b8ab6629234f29adcd4fc61c5 (diff)
feat: add funni gifs
Diffstat (limited to 'src/css')
-rw-r--r--src/css/guzzle.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/css/guzzle.css b/src/css/guzzle.css
index 552b749..f3bc9e0 100644
--- a/src/css/guzzle.css
+++ b/src/css/guzzle.css
@@ -3,10 +3,17 @@ body {
font-family: monospace;
}
-.content p,li {
+.content p,
+li {
font-size: large;
}
+.gifs {
+ width: 33%;
+ clear: both;
+ text-align: center;
+}
+
#vidya {
display: flex;
justify-content: center;