Commit d33f9bee authored by Anya Habana's avatar Anya Habana

Added css for homepage

parent eb46292a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block title %}Widget Users{% endblock %} {% block title %}Widget Users{% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{% static 'css/styles.css' %}"> <link rel="stylesheet" href="{% static 'homepage.css' %}">
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block title %}Widget Users{% endblock %} {% block title %}Widget Users{% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{% static 'css/styles.css' %}"> <link rel="stylesheet" href="{% static 'homepage.css' %}">
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Shrikhand");
* {
background-color: cornsilk;
font-family: "Josefin Sans", sans-serif;
text-align: center;
font-size: 20px;
margin: 15px;
}
.homepage-heading {
font-family: "Shrikhand", cursive;
font-size: 30px;
}
.homepage-subheading {
font-size: 24px;
}
.announcement-image {
width: 20%;
}
\ 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