From 21ad84a0ad9f433f389d1270854e869bf5ae753d Mon Sep 17 00:00:00 2001 From: Cadyrov Date: Thu, 13 Oct 2022 21:31:03 +1000 Subject: [PATCH] first push --- index.html | 17 +++++++++++++++++ script/js.js | 1 + styles/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 index.html create mode 100644 script/js.js create mode 100644 styles/style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..ce7a0e5 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + + Двач но не двач + + +

Тут будет разметка

+

Пример текста сообщения, текст

+
+ + +
+ + + diff --git a/script/js.js b/script/js.js new file mode 100644 index 0000000..3d8dcb1 --- /dev/null +++ b/script/js.js @@ -0,0 +1 @@ +alert ('if u can read this - JS is workin in this page') \ No newline at end of file diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..ee1ae6b --- /dev/null +++ b/styles/style.css @@ -0,0 +1,46 @@ +.hello { + width: 700px; + background-color: orange; + margin-left: auto; + margin-right: auto; + padding-top: 50px; + padding-bottom: 50px; +} +.hellotext {color: white; +text-align: center; +font-size: 30px; +font-weight: 800; +text-transform: uppercase;} +.message { + border-radius: 8px; + background-color: bisque; + width: 700px; + min-height: 50px; + margin-left: auto; + margin-right: auto; +} +.messagecontent { + padding-left: 10px; + padding-top: 10px; +} +.textplace {width: 550px;} +.messagewraper {width: 700px; +margin-left: auto; +margin-right: auto; +margin-top: 10px; +display: flex;} +.button {width: 150px; +display: block; +background-color: rgb(255, 84, 22); +cursor: pointer;} + +h1 { + color: brown; + font-size: 72px; +} +.title { + font-style: italic; +} +.button:hover { + background-color: blue; +} \ No newline at end of file