From 411411b5610fe2dc8ebc97cd6ab8c8f7ad75886e Mon Sep 17 00:00:00 2001
From: Pavuuk <88192739+Pavuuk@users.noreply.github.com>
Date: Thu, 11 Nov 2021 23:06:05 +0500
Subject: [PATCH] master
---
package-lock.json | 1 +
static/index.html | 103 +++++++++++++++++++++++++++++++++++++++++++++-
static/styles.css | 29 +++++++++++--
3 files changed, 127 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 6aaf3bc..486f987 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
+ "name": "tables-and-forms",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
diff --git a/static/index.html b/static/index.html
index 514b62f..c01a778 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,16 +1,115 @@
-
+
Форма выбора питомца
+
+
Найди себе друга!
+
+
+
+
+
\ No newline at end of file
diff --git a/static/styles.css b/static/styles.css
index ef86c9a..c15a735 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,5 +1,5 @@
body {
- background-color: #F2F2F2;
+ background-color: #c1dee8;
}
main {
@@ -8,7 +8,7 @@ main {
max-width: 1000px;
margin: 30px auto;
padding: 30px;
- background: white;
+ background: #fff2ed;
min-height: calc(100vh - 60px);
border-radius: 20px;
}
@@ -19,7 +19,8 @@ h1 {
margin-top: 0;
font-size: 50px;
text-align: center;
- color: rgba(173,38,164,0.67);
+ color: #d63900;
+ -webkit-text-stroke: 1px rgb(235, 47, 0);
}
.error {
@@ -28,4 +29,24 @@ h1 {
.orders {
margin: 20px 0;
-}
\ No newline at end of file
+}
+
+input[type=text],
+input[type=email],
+input[type=tel]{
+ background-color: #fd9877;
+ color:#130500;
+}
+
+input[type=text]::-webkit-input-placeholder,
+input[type=email]::-webkit-input-placeholder,
+input[type=tel]::-webkit-input-placeholder{
+ color: #fff2ed;
+}
+
+
+.text-center{
+ color: #d63900;
+ -webkit-text-stroke: 1px rgb(235, 47, 0);
+}
+