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 { header {
color: white; color: white;
background-color: pink; background-color: pink;
font-family: 'Futura';
font-size: 50px; font-size: 50px;
text-align: center;
} }
h1 { h1 {
color: rgb(94, 214, 218); color: rgb(94, 214, 218);
font-family: 'Futura';
text-align: center;
} }
li { li {
color: cornflowerblue; color: cornflowerblue;
font-family: 'Futura';
font-size: 18px; font-size: 18px;
text-align: center; }
a:link {
color: cornflowerblue;
} }
a:visited { 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 { 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