Skip to content
Snippets Groups Projects

Updated todo

Open Robert Yvon Yonke requested to merge updated-todo into master
Files
2
+ 10
2
<!-- New branch -->
body {
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 18px;
background-color: #CECECE;
background-color: aqua;
}
#page {
@@ -22,16 +24,19 @@ body {
width: 100%;
padding: 1px;
font-size: 24px;
background-color: black;
}
#description {
width: 100%;
resize: none;
font-size: 18px;
background-color: black;
}
#textAreaContainer {
margin-top: 15px;
}
#submitButtonContainer {
@@ -43,6 +48,7 @@ body {
text-align: center;
background-color: #7CB342;
padding: 25px;
background-color: red;
}
.component {
@@ -52,6 +58,7 @@ body {
.page-title {
text-align: center;
padding: 15px;
color:white;
}
.box {
@@ -68,4 +75,5 @@ body {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
\ No newline at end of file
color: white;
}