Commit 865551d9 by Patryk Czarnik

arkusz stylu

parent 8f521c4f
body {
background-color: #FFFFDD;
}
h1 {
color: green;
text-align: center;
}
form {
border: 2px solid blue;
margin: 20px;
padding: 10px;
background-color: #BBEEFF;
}
button {
margin-top: 10px;
}
.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>
{% load static %}
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>Aplikacja Django</title>
<link rel="stylesheet" type="text/css" href="{% static 'styl.css'%}">
</head>
<body>
<h1>Witaj w Django</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