From dcfaf13c088e7f926d5909dfbd89420f9cb9e4b7 Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 12 Jan 2021 22:16:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=90=D0=A1=D0=9A=D0=A3=D0=A0x3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/{assets => }/css/fonts.css | 0 app/static/{assets => }/css/style.css | 14 ++++++------ app/static/{assets => }/css/teststyle.css | 0 .../{assets => }/images/chatmanager.png | Bin app/static/{assets => }/images/soon.jpg | Bin app/static/{assets => }/images/thissite.png | Bin app/templates/index.html | 20 +++++++++--------- app/templates/testindex.html | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) rename app/static/{assets => }/css/fonts.css (100%) rename app/static/{assets => }/css/style.css (92%) rename app/static/{assets => }/css/teststyle.css (100%) rename app/static/{assets => }/images/chatmanager.png (100%) rename app/static/{assets => }/images/soon.jpg (100%) rename app/static/{assets => }/images/thissite.png (100%) diff --git a/app/static/assets/css/fonts.css b/app/static/css/fonts.css similarity index 100% rename from app/static/assets/css/fonts.css rename to app/static/css/fonts.css diff --git a/app/static/assets/css/style.css b/app/static/css/style.css similarity index 92% rename from app/static/assets/css/style.css rename to app/static/css/style.css index 5714658..9e8135e 100644 --- a/app/static/assets/css/style.css +++ b/app/static/css/style.css @@ -46,25 +46,27 @@ body { flex-direction: row; } -.btn-container button { +.btn-container .btn { width: 69px; height: 69px; margin: 10px; background: #222; color: white; border-radius: 15px; - border: none; - outline: none; + text-decoration: none; + display: flex; + justify-content:center; + align-items:center; } -.btn-container button:hover { +.btn-container .btn:hover { transform: scale(1.2); -webkit-transition: transform 0.5s ease-in-out; background: white; color: green; } -.btn-container button:active { +.btn-container .btn:active { transform: scale(0.8); -webkit-transition: transform 0.2s ease-in-out; } @@ -136,5 +138,3 @@ body { margin-top: 20px; margin-bottom: 20px; } - -. diff --git a/app/static/assets/css/teststyle.css b/app/static/css/teststyle.css similarity index 100% rename from app/static/assets/css/teststyle.css rename to app/static/css/teststyle.css diff --git a/app/static/assets/images/chatmanager.png b/app/static/images/chatmanager.png similarity index 100% rename from app/static/assets/images/chatmanager.png rename to app/static/images/chatmanager.png diff --git a/app/static/assets/images/soon.jpg b/app/static/images/soon.jpg similarity index 100% rename from app/static/assets/images/soon.jpg rename to app/static/images/soon.jpg diff --git a/app/static/assets/images/thissite.png b/app/static/images/thissite.png similarity index 100% rename from app/static/assets/images/thissite.png rename to app/static/images/thissite.png diff --git a/app/templates/index.html b/app/templates/index.html index 7dedacb..115f9bd 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,8 +1,8 @@ - - + + thematdev @@ -12,15 +12,15 @@

Тут можно подпись какую-то сделать

Ваш IQ: {{ random_number }}

- - - +
@@ -31,7 +31,7 @@ {% for project in projects %}

{{ project.title }}

- +

{{ project.description }}

{% endfor %} diff --git a/app/templates/testindex.html b/app/templates/testindex.html index 8b6ffa0..f213a32 100644 --- a/app/templates/testindex.html +++ b/app/templates/testindex.html @@ -3,8 +3,8 @@ thematdev - - + +