update: added background image in css file

parent 4990f64f
p{ p{
color: white; color: white;
font-weight: bold; font-weight: bold;
font-family: Helvetica; font-family: Trebuchet MS;
font-size:25px; font-size:25px;
} }
h1 { h1 {
position: sticky; position: sticky;
text-align: left; text-align: left;
color: white; color: gainsboro;
font-size: 55px; font-size: 55px;
font-family: Helvetica; font-family: Trebuchet MS;
}
h2 {
position: sticky;
text-align: left;
color: #f8f8ff;
font-size: 20px;
font-family: Trebuchet MS;
} }
body { body {
background-image: url("/static/bg.png"); background-image: url("/static/forum/peppa_bg.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-position: center; background-position: center;
background-attachment: fixed; background-attachment: fixed;
font-family: Helvetica; font-family: Trebuchet MS;
} }
a{ a {
color: white; color: white;
font-family: Helvetica; font-family: Trebuchet MS;
font-weight: bold; font-weight: bold;
} }
ol { ol {
font-size:35px; font-size:35px;
font-family: Helvetica; font-family: Trebuchet MS;
color:white; color:white;
font-weight: bold; font-weight: bold;
} }
......
{% extends "base.html" %} {% extends "forum/base.html" %}
{% block page-title %}New Forum Post{% endblock %} {% block page-title %}New Forum Post{% endblock %}
......
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