commit 3c4917138e4cd3b410d91d08f7ae1efc63152a41 Author: emil Date: Fri Aug 23 01:09:55 2024 +0300 initial commit diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/Pereslavl_dacha.iml b/.idea/Pereslavl_dacha.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/Pereslavl_dacha.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8a0f70f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e5a8c13 --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ + + + + + + WS playground + + + +
+
+

Дача Сталина

+ +
+
+
+
+ +
+

Фитнесс зал

+ +

зал для занятий фитнессом и боксом

+
+ +
+

Выставка керамики

+ +

выставка керамики Майи Лопес

+
+ + +
+

Беседка с мангалом внутри

+ +

беседка в восточном стиле со встроенным мангалом и умывальником.
Главное - не играйтесь с огнем!

+
+ +
+

Заплывы на сапах и катамаране

+ +

В любой момент можно пойти поплавать в озере на сапах и катамаране

+
+ + +
+
+ + + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..e6a57b9 --- /dev/null +++ b/styles.css @@ -0,0 +1,46 @@ +*{ + box-sizing: border-box; +} + +body, +h1, +h2, +h3, +h4, +p{ + margin: 0; + font-weight: normal; + +} + +div, header, main, footer { + margin: 0; +} + +.main-preview{ + text-align: center; + background-color: cadetblue; + width: 100%; + height: 80vh; +} + +section{ + background-color: darkred; + margin: auto; + text-align: center; + width: 100%; +} +.card { + text-align: center; + display: inline-block; + background-color: saddlebrown; + margin: 20px 10px 20px 10px; + padding: 20px; + height: 600px; + width: 45%; + +} +.card-description{ + +} +