commit 3d838767d9ce1ba22f24475c978652a554e8d6c6 Author: emil28092005 <65846814+emil28092005@users.noreply.github.com> Date: Tue Aug 27 19:48:14 2024 +0300 first 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/emil28092005.github.io.iml b/.idea/emil28092005.github.io.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/emil28092005.github.io.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..1730413 --- /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..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Images/Icons/icons8-telegram.svg b/Images/Icons/icons8-telegram.svg new file mode 100644 index 0000000..45259f5 --- /dev/null +++ b/Images/Icons/icons8-telegram.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Images/Icons/icons8-whatsapp.png b/Images/Icons/icons8-whatsapp.png new file mode 100644 index 0000000..5545e34 Binary files /dev/null and b/Images/Icons/icons8-whatsapp.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a8438fa --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + Станция Сосновая + + + + + + +
+

Станция Сосновая

+ заглавное фото участка +
+ +
+
+

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

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

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

+
+
+

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

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

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

+
+
+

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

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

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

+
+
+

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

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

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

+
+ + +
+ + + + + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..02bea25 --- /dev/null +++ b/styles.css @@ -0,0 +1,89 @@ +*{ + box-sizing: border-box; +} + +body ,header, section, footer{ + margin: 0; +} + +h1,h2,h3,h4,h5,h6,p{ + text-shadow: black 4px 4px 3px; + margin: 0; + color: #e4c373; + font-family: 'MesloLGS NF', sans-serif; + +} + +h1 { + text-align: center; + font-weight: 600; + margin: 0; +} + +p { + font-weight: 550; +} + +.header { + + text-align: center; + background-color: saddlebrown; + width: 100%; +} + +.header-name{ + color: #bdad60; +} + +.header-image { + display: inline-block; + width: 95%; + +} + +.section { + width: 100%; + display: inline-block; + text-align: center; + padding: 20px; + justify-content: space-evenly; + background: radial-gradient(circle, rgba(164,126,10,1) 0%, rgba(139,69,19,1) 100%); + margin: 0 auto; +} + +.card { + display: inline-block; + width: 300px; + height: 300px; + margin: 10px; + background-color: saddlebrown; +} + +.card-name { + margin: 0; + text-align: center; +} + +.card-image { + display: block; + margin: 0 auto; + width: 90%; + border: solid 3px #2a1508; +} + +.card-description { + margin: 0; + text-align: center; +} + +.footer { + background-color: saddlebrown; + text-align: center; + height: 22vh; + width: 100%; +} + +.fancy-external-border{ + border: solid 5px #2a1508; + box-shadow: 10px 10px 20px #2a1508; +} \ No newline at end of file