Skip to content

Commit

Permalink
apply styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pylbatu committed Apr 29, 2020
1 parent b9dae50 commit 066cf17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/static/website/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
font-family: sans-serif;
color: darkcyan;
}
3 changes: 3 additions & 0 deletions website/templates/website/welcome.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{% load static %}

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-*">
<title>Welcome!</title>
<link rel="stylesheet" href="{% static 'website/styles.css' %}"/>
</head>

<body>
Expand Down

0 comments on commit 066cf17

Please sign in to comment.