From 2810cc68b1aaeb26869cb0fff21db18340648073 Mon Sep 17 00:00:00 2001 From: Lokwei Hezron <122450611+bugzorc@users.noreply.github.com> Date: Sat, 9 Mar 2024 23:31:52 +0300 Subject: [PATCH] Update index.css --- index.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 18373e9..2f9d1fb 100644 --- a/index.css +++ b/index.css @@ -34,6 +34,13 @@ text-shadow: 0 0 3px #ff4500,0 0 1px #ff4500,0 0 2px #ff4500,0 0 1px #ff4500,0 0 2px #ff4500; } /*end*/ +/*css for webring*/ +.webring { + display: flex; + flex-direction: row; + align-content: space-between; +} +/*end*/ /*css for whoami, explore my space, whoami and the robot picture*/ .whoamiDiv { display: flex; @@ -492,4 +499,4 @@ p.normal { padding: 10px; } /*end*/ -} \ No newline at end of file +}