Commit c08aa813 authored by Stephanie Tullao's avatar Stephanie Tullao

Added styles to create post page

parent 28365e64
* {
font-family: 'Futura';
}
header {
color: white;
background-color: #9BB8ED;
font-size: 50px;
text-align: center;
}
body {
background-color: #FFDDE4;
}
label {
color: #A39FE1;
font-size: 25px;
}
#submit_button {
color: white;
background-color: #9BB8ED;
font-size: 15px;
}
a:link {
padding: 5px;
text-decoration: none;
border-style: dotted;
background-color: #9BB8ED;
}
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