Commit 72a0277a by Patryk Czarnik

arkusz stylu

parent b657d2f4
body {
background-color: #FFFFDD;
}
form {
border: 2px solid blue;
margin: 20px;
padding: 10px;
background-color: #BBEEFF;
}
.wynik {
border: 2px solid #00AA00;
margin: 20px;
padding: 10px;
background-color: #CCFFDD;
}
.error {
border: 2px solid red;
margin: 20px;
padding: 10px;
background-color: white;
color: red;
}
<!DOCTYPE html> <!DOCTYPE html>
{% load static %}
<html lang="pl"> <html lang="pl">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Spis treści</title> <title>Spis treści</title>
<link rel="stylesheet" type="text/css" href="{% static 'styl.css'%}"/>
</head> </head>
<body> <body>
<h1>Aplikacja Django – spis treści</h1> <h1>Aplikacja Django – spis treści</h1>
......
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