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 +}