diff --git a/templates/create.html b/templates/create.html index 50fc8da..f8d49d3 100644 --- a/templates/create.html +++ b/templates/create.html @@ -44,25 +44,26 @@ form textarea { font-size: 16px; } -form textarea { - resize: none; -} - -/* styl dla przycisku formularza */ -form button[type="submit"] { +form input[type="submit"] { background-color: #4CAF50; - color: #fff; border: none; + color: white; padding: 10px 20px; - border-radius: 5px; + text-align: center; + text-decoration: none; + display: inline-block; font-size: 16px; + margin: 10px 0; cursor: pointer; } -/* styl dla przycisku formularza po najechaniu myszkÄ… */ -form button[type="submit"]:hover { +form input[type="submit"] { background-color: #3e8e41; } + +form textarea { + resize: none; +} {% endblock %} {% block content %}