diff --git a/index.html b/index.html
index 4d8308a..99cfe7c 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,7 @@
-
We are the Void system we have many hobbies and so many interests.
+ We are the Void system we have many hobbies and so many interests.
We have a degree in computer science and we feel like all I can do with it now is use it to make art.
We have an unofficial count of 47 of us in this body and getting to do stuff we all want to do is a challenge.
We hope you like all of our work and we may be open to commisions in the future.
diff --git a/stylesheets/base.css b/stylesheets/base.css
index 76c0ecf..086251e 100644
--- a/stylesheets/base.css
+++ b/stylesheets/base.css
@@ -7,13 +7,14 @@ body{
background-image: url("/media/Art/EmptySpace.png");
background-size: 6%;
cursor: url("/media/Art/comet.png");
- color: rgb(57, 214, 253);
+ color: rgb(4, 255, 138);
text-align: center;
}
#introtitle{
font-family: SPACEMAN;
+ color:rgb(2, 255, 192)
}
#back{
@@ -25,5 +26,6 @@ body{
color: cyan;
background-image: url("/media/Art/EmptySpace.png");
border-style: solid;
- border-color:rgb(10, 187, 231)
-}
\ No newline at end of file
+ border-color:rgb(240, 69, 112)
+}
+
diff --git a/stylesheets/home.css b/stylesheets/home.css
index d46a23a..fcd3a4c 100644
--- a/stylesheets/home.css
+++ b/stylesheets/home.css
@@ -159,13 +159,27 @@ div.post {
overflow: scroll;
scroll-behavior: auto;
text-align: center;
+
}
#bioHeader{
text-align: center;
-
+ background-color: rgba(37, 32, 32, 0.897);
+ border-style: solid;
+ border-radius: 15px;
+ padding: 5px;
}
+#bioDescription{
+ background-color: rgba(37, 32, 32, 0.897);
+ border-radius: 15px;
+ padding: 5px;
+ border-style: solid;
+}
+
+ul#memberList{
+ padding-left: 0;
+}
#memberList img{
width: 25%;
@@ -197,6 +211,7 @@ div.post {
align-items: center;
flex-direction: row;
padding: 1px;
+
}
.memberPhoto{
@@ -209,7 +224,7 @@ div.post {
.member p{
- font-size: 9pt;
+ font-size: 11pt;
background-color: rgb(48, 38, 49);
border-radius: 20px;
padding: 5px;
@@ -218,11 +233,10 @@ div.post {
li.member{
border-style: solid;
- border-color: #25a89d;
border-radius: 20px;
border-width: 1px;
list-style: none;
- background-color: #35474775;
+ background-color: rgba(37, 32, 32, 0.897);
width: 100%;
margin: 5px;
padding: 10px;
@@ -261,8 +275,15 @@ a.member{
li.member{
width: auto;
}
+ div#postarea{
+ height: 60vh;
+ }
+ #bio{
+ height: 50%;
+ }
div#mainview{
- padding: 20px;
+ padding: 30px;
+ height: 130vh;
}
}