From e9924347a3cc4e5cab415abf35f63958455b4b81 Mon Sep 17 00:00:00 2001 From: Artem Date: Wed, 1 Mar 2023 20:40:00 +0300 Subject: [PATCH] home work 2 --- 1-html-css/homework1/index.html | 25 +++++++++++++++++++++++++ 1-html-css/homework1/style.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/1-html-css/homework1/index.html b/1-html-css/homework1/index.html index b96e93e..77d3048 100644 --- a/1-html-css/homework1/index.html +++ b/1-html-css/homework1/index.html @@ -11,6 +11,17 @@ +
Отзывы

Code Lessons

+
+
+ Лендинг +

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Cumque, natus aut soluta dicta rem iste officia laborum fugit tenetur, esse, nulla sed repellat eaque explicabo possimus. Nam incidunt quod nisi.

+
+
+ Визитка +

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Adipisci consectetur cumque optio! Sequi laborum dolores, officia quaerat odit at pariatur! Iste eum sed in accusamus, nesciunt saepe ex. Dicta, velit!

+
+
+ Учетная книга заказов +

Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates amet esse neque eveniet eligendi at alias temporibus! Sapiente officiis reprehenderit, deleniti magni mollitia, quaerat perferendis tempora in quis nesciunt alias?

+
+

First HTML + CSS

HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as diff --git a/1-html-css/homework1/style.css b/1-html-css/homework1/style.css index 5b961e3..9b6b3a0 100644 --- a/1-html-css/homework1/style.css +++ b/1-html-css/homework1/style.css @@ -24,4 +24,34 @@ a:hover { a:active, a:focus { color: orangered; +} + +.m_menu li { + display: inline; + margin-left: 10px; + margin-right: 10px; + padding-left: 5px; + padding-right: 5px; + white-space: nowrap; + font-size: 2rem; +} + +.m_menu a:hover { + text-decoration: none; + color: rgb(110, 145, 57); +} + +.Project { + margin-top: 5px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + padding: 5px; + border: blue solid 1px; +} + +.s_project { + margin-left: 5px; + margin-right: 5px; + font-weight: 600; } \ No newline at end of file