Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da0291d940 | ||
|
|
067406719c | ||
|
|
d8172a721c | ||
|
|
d91f43748b | ||
|
|
0bf8afb865 | ||
|
|
6ddf7543ad | ||
|
|
3d838767d9 |
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/Pereslavl_dacha.iml" filepath="$PROJECT_DIR$/.idea/Pereslavl_dacha.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/emil28092005.github.io.iml" filepath="$PROJECT_DIR$/.idea/emil28092005.github.io.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="$PROJECT_DIR$" vcs="Git" />
|
<mapping directory="" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
+4
-3
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
<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="заглавное фото участка">
|
||||||
@@ -53,12 +54,12 @@
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer fancy-external-border">
|
||||||
<h3>Контактная информация <br>
|
<h3>Контактная информация <br>
|
||||||
телефон: +78498944898<br>
|
телефон: +78498944898<br>
|
||||||
<img class="telegram-icon" src="Images/Icons/icons8-telegram.svg"
|
<img 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 class="telegram-icon" src="Images/Icons/icons8-whatsapp.png"
|
<img 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>
|
||||||
|
|||||||
+8
-2
@@ -31,10 +31,16 @@ 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: 95%;
|
||||||
@@ -45,7 +51,7 @@ p {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 20px;
|
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: radial-gradient(circle, rgba(164,126,10,1) 0%, rgba(139,69,19,1) 100%);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user