Commit d222bd26 authored by Stephanie Tullao's avatar Stephanie Tullao

Modified forum list styles to include add button

parent c66c618a
* {
text-align: center;
font-family: 'Futura';
}
header {
color: white;
background-color: pink;
font-family: 'Futura';
font-size: 50px;
text-align: center;
}
h1 {
color: rgb(94, 214, 218);
font-family: 'Futura';
text-align: center;
}
li {
color: cornflowerblue;
font-family: 'Futura';
font-size: 18px;
text-align: center;
}
a:link {
color: cornflowerblue;
}
a:visited {
color: black;
color: rgb(81, 116, 182);
}
#addnewpost a:link {
padding: 5px;
text-decoration: none;
border-style: dotted;
background-color: rgb(94, 214, 218);
}
body {
......
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