Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cf12f391f | ||
|
|
8090456baa | ||
|
|
9418d2051c | ||
|
|
b9fb4f12b4 | ||
|
|
9e4ef2afe2 | ||
|
|
8c6fa7b2ac | ||
|
|
c596e4764a | ||
|
|
482029ed76 | ||
|
|
3c4917138e |
Generated
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/emil28092005.github.io.iml" filepath="$PROJECT_DIR$/.idea/emil28092005.github.io.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/Pereslavl_dacha.iml" filepath="$PROJECT_DIR$/.idea/Pereslavl_dacha.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
+3
-4
@@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<h1 class="header-name">Станция Сосновая</h1>
|
<h1 class="header-name">Станция Сосновая</h1>
|
||||||
<h2 class="header-description">База отдыха</h2>
|
|
||||||
<img class="header-image fancy-external-border"
|
<img class="header-image fancy-external-border"
|
||||||
src="https://30.img.avito.st/image/1/1.4vLJ5La5Thv_TYwegeO6z61GTB13RcwTv0BMGXtRShk.Ewsg9tM6z2ZxLmivd2hH2Jdo76UKxxlT4qzIINkq8co"
|
src="https://30.img.avito.st/image/1/1.4vLJ5La5Thv_TYwegeO6z61GTB13RcwTv0BMGXtRShk.Ewsg9tM6z2ZxLmivd2hH2Jdo76UKxxlT4qzIINkq8co"
|
||||||
alt="заглавное фото участка">
|
alt="заглавное фото участка">
|
||||||
@@ -54,12 +53,12 @@
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer class="footer fancy-external-border">
|
<footer class="footer">
|
||||||
<h3>Контактная информация <br>
|
<h3>Контактная информация <br>
|
||||||
телефон: +78498944898<br>
|
телефон: +78498944898<br>
|
||||||
<img src="Images/Icons/icons8-telegram.svg"
|
<img class="telegram-icon" src="Images/Icons/icons8-telegram.svg"
|
||||||
alt="телеграм" width="32" height="32"> https//telegram/smth <br>
|
alt="телеграм" width="32" height="32"> https//telegram/smth <br>
|
||||||
<img src="Images/Icons/icons8-whatsapp.png"
|
<img class="telegram-icon" src="Images/Icons/icons8-whatsapp.png"
|
||||||
alt="телеграм" width="26" height="26"> https//whatsapp/smth
|
alt="телеграм" width="26" height="26"> https//whatsapp/smth
|
||||||
</h3>
|
</h3>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+11
-14
@@ -7,7 +7,6 @@ body ,header, section, footer{
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6,p{
|
h1,h2,h3,h4,h5,h6,p{
|
||||||
text-shadow: black 4px 4px 3px;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #e4c373;
|
color: #e4c373;
|
||||||
font-family: 'MesloLGS NF', sans-serif;
|
font-family: 'MesloLGS NF', sans-serif;
|
||||||
@@ -21,7 +20,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-weight: 550;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@@ -31,19 +30,13 @@ p {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-name {
|
.header-name{
|
||||||
color: #bdad60;
|
color: #bdad60;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-description {
|
|
||||||
color: #bdad60;
|
|
||||||
line-height: 1;
|
|
||||||
margin-bottom: 1vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-image {
|
.header-image {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 95%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -51,9 +44,8 @@ p {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 25px;
|
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
background: radial-gradient(circle, rgba(164,126,10,1) 0%, rgba(139,69,19,1) 100%);
|
background: #bdad60;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,7 +66,7 @@ p {
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
border: solid 3px #2a1508;
|
border: solid 1px #2a1508;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-description {
|
.card-description {
|
||||||
@@ -85,7 +77,7 @@ p {
|
|||||||
.footer {
|
.footer {
|
||||||
background-color: saddlebrown;
|
background-color: saddlebrown;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 22vh;
|
height: 20vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -93,3 +85,8 @@ p {
|
|||||||
border: solid 5px #2a1508;
|
border: solid 5px #2a1508;
|
||||||
box-shadow: 10px 10px 20px #2a1508;
|
box-shadow: 10px 10px 20px #2a1508;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.telegram-icon {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,95 @@
|
|||||||
|
*{
|
||||||
|
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__description {
|
||||||
|
color: #bdad60;
|
||||||
|
line-height: 1;
|
||||||
|
margin-bottom: 1vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header__image {
|
||||||
|
display: inline-block;
|
||||||
|
width: 95%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
width: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
padding: 25px;
|
||||||
|
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%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card--framed{
|
||||||
|
border: solid 5px #2a1508;
|
||||||
|
box-shadow: 10px 10px 20px #2a1508;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user