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; +}