Commit 30c0c4a3 authored by Cherish Magpayo's avatar Cherish Magpayo

Add static css and image files to use in announcement views

parent dd863840
* {
font-family:Garamond;
}
h1 {
color: #73436D;
font-weight: bold;
}
h3{
color:#B67C9A
}
img {
float: left;
width: 960px;
height: 540px;
object-fit: cover;
border-radius: 20px;
}
#announcement_body {
color: #2a384d;
font-weight: bold;
}
#reactions {
color: rgb(64, 64, 164);
font-weight: bold;
}
p{
color: #2a384d;
}
body {
background-color: #E5E6E9;
}
a {
color: #A76286;
}
\ 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