Update css styling of pages in assignments app

parent 85a1049d
.topnav {
padding: 10px 30px;
}
body { body {
font-family: sans-serif, Arial, Helvetica; font-family: sans-serif, Arial, Helvetica;
color:#2d384e; color:#2d384e;
line-height: 2; line-height: 2;
font-size: 18px;
}
input, select, textarea {
font-family: sans-serif, Arial, Helvetica;
font-size: 18px;
color:#2d384e;
line-height: 2;
border-radius: 10px;
border: 1px solid #2d384e;
padding: 2px 10px;
margin: 8px 0px;
}
textarea{
resize: vertical;
width: 95%;
height: 30vh;
display: block;
} }
div { div {
margin: auto; margin: auto;
width: 50%; width: 50%;
border: 3px solid rgb(194, 129, 7); border: 3px solid rgb(194, 129, 7);
border-radius: 20px;
padding: 30px 40px 40px 40px; padding: 30px 40px 40px 40px;
} }
h1 { h1 {
margin: 10px;
font-size: 40px; font-size: 40px;
text-align: center; text-align: center;
text-decoration: underline; text-decoration: underline;
...@@ -46,3 +71,21 @@ img { ...@@ -46,3 +71,21 @@ img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
input[type=submit], button {
width: 100%;
background-color: #60f0ad;
padding: 5px;
margin: 12px 0px 0px 0px;
border: none;
border-radius: 20px;
cursor: pointer;
font-family: sans-serif, Arial, Helvetica;
font-size: 18px;
color:#2d384e;
line-height: 2;
}
input[type=submit]:hover , button:hover{
background-color: #5bda9e;
}
\ No newline at end of file
Markdown is supported
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