Skip to content
Snippets Groups Projects
Commit 7712b4b0 authored by Robert Yvon Yonke's avatar Robert Yvon Yonke
Browse files

new Background and Schrift-color

parent 52e3d211
2 merge requests!71Changed todo und add jscs,gitlab-ci.yml,!37Updated todo
Pipeline #8269 passed with stage
in 11 seconds
...@@ -22,16 +22,19 @@ body { ...@@ -22,16 +22,19 @@ body {
width: 100%; width: 100%;
padding: 1px; padding: 1px;
font-size: 24px; font-size: 24px;
background-color: black;
} }
#description { #description {
width: 100%; width: 100%;
resize: none; resize: none;
font-size: 18px; font-size: 18px;
background-color: black;
} }
#textAreaContainer { #textAreaContainer {
margin-top: 15px; margin-top: 15px;
} }
#submitButtonContainer { #submitButtonContainer {
...@@ -43,6 +46,7 @@ body { ...@@ -43,6 +46,7 @@ body {
text-align: center; text-align: center;
background-color: #7CB342; background-color: #7CB342;
padding: 25px; padding: 25px;
background-color: red;
} }
.component { .component {
...@@ -69,4 +73,5 @@ body { ...@@ -69,4 +73,5 @@ body {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
color: white;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment