update: added background image in css file

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