Skip to content
Snippets Groups Projects
Commit e2feb502 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Added static css

parent b25b9fd1
No related branches found
No related tags found
No related merge requests found
body {
background-color: #FFF;
color: #333;
font-size: 1em;
line-height: 1.5;
font-family: Arial, Roboto, Helvetica, sans-serif;
}
from django.shortcuts import render
def home(request):
return render(request, 'home.html', {})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment