|
@@ -7,6 +7,8 @@ body {
|
|
|
font-family: Arial, sans-serif;
|
|
font-family: Arial, sans-serif;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
.main_container {
|
|
.main_container {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
@@ -85,4 +87,16 @@ body {
|
|
|
align-self: flex-start;
|
|
align-self: flex-start;
|
|
|
color: white;
|
|
color: white;
|
|
|
/*border: 0.5px solid white;*/
|
|
/*border: 0.5px solid white;*/
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.webring {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+footer {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ color: whitesmoke;
|
|
|
|
|
+
|
|
|
}
|
|
}
|