From 5c5f68534cf2144c3560f3d628ce74e8a057a376 Mon Sep 17 00:00:00 2001 From: "alyona.panina" Date: Mon, 23 Oct 2023 23:23:58 +0400 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D0=BB(=D0=B0)=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page7.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 41 +++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 page7.html create mode 100644 style.css diff --git a/page7.html b/page7.html new file mode 100644 index 0000000..7ef292e --- /dev/null +++ b/page7.html @@ -0,0 +1,72 @@ + + + + Моя страница + + + + + + + + + +
+ +
+ +
+
+
+
+ ФИО +
+ name + +
+
+
+ Введите эл.адрес +
+ + @example.com +
+
+
+ + Пароль +
+ + + Go! + +
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b70621b --- /dev/null +++ b/style.css @@ -0,0 +1,41 @@ +header nav { + background-color: pink; + font-weight: 1000px; +} + +@media (min-width: 1568px) { + header nav { + height: 64px; + + } +} + +header nav a:hover { + text-decoration: underline; +} + +footer { + background-color: pink; + height: 32px; + font-weight: 900px; + + color: black; +} + +h1 { + font-size: 2.5em; +} + +h2 { + font-size: 1.75em; +} + +h3 { + font-size: 1.71em; +} +h4 { + font-size: 1.80em; +} +h5 { + font-size: 3.10em; +}