aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css28
1 files changed, 27 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 163ca7d..5cdb822 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -19,6 +19,10 @@ h3 {
opacity: 0.7;
}
+h6 {
+ font-size: 1em;
+}
+
p{
font-size: 1em;
}
@@ -27,6 +31,14 @@ em {
opacity: 0.8;
}
+a{
+ text-decoration: none;
+}
+
+a:hover{
+ text-decoration: underline;
+}
+
img {
width: 90%;
max-width: 1000px;
@@ -38,10 +50,16 @@ article {
line-height: 1.2em;
}
-article .edit {
+.edit {
text-align: left;
+ padding-top: 1%;
+ padding-bottom: 1%;
+ padding-left: 8%;
+ padding-right: 8%;
+ line-height: 1.2em;
}
+
article input, textarea, select {
width: 90%;
padding-left: 15px;
@@ -52,6 +70,7 @@ article input, textarea, select {
height: 30px;
border-style: unset;
}
+
#html{
height: 1000px;
}
@@ -128,4 +147,11 @@ nav a {
border-width: 2px;
border-color: lightgrey;
border-style: outset;
+}
+
+.submit {
+ position: fixed;
+ top: 0px;
+ left: 0px;
+ width: 8%;
} \ No newline at end of file