Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzorc committed Mar 9, 2024
1 parent a4fe674 commit 2810cc6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -492,4 +499,4 @@ p.normal {
padding: 10px;
}
/*end*/
}
}

0 comments on commit 2810cc6

Please sign in to comment.