Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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>
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
||||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
||||||
<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
|
||||||
y="0px" viewBox="0 0 32 32" xml:space="preserve">
|
|
||||||
<g id="Layer_2" style="display:none;">
|
|
||||||
</g>
|
|
||||||
<g id="Layer_1">
|
|
||||||
<circle style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;" cx="16" cy="16" r="12"/>
|
|
||||||
<path style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;" d="M21.786,11
|
|
||||||
c-4.989-0.508-11.286,2.682-13.244,5.627c1.169,1.409,3.046,1.476,5.819,1.014c0.762,2.633,3.469,4.307,5.072,4.27
|
|
||||||
C21.27,20.308,22.521,13.439,21.786,11z"/>
|
|
||||||
|
|
||||||
<line style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;" x1="16.755" y1="15.434" x2="14.361" y2="17.641"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 914 B |
Binary file not shown.
|
Before Width: | Height: | Size: 949 B |
+44
-52
File diff suppressed because one or more lines are too long
+53
-69
@@ -2,94 +2,78 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
body ,header, section, footer{
|
body,
|
||||||
margin: 0;
|
header,
|
||||||
}
|
section,
|
||||||
|
footer,
|
||||||
h1,h2,h3,h4,h5,h6,p{
|
h1,
|
||||||
text-shadow: black 4px 4px 3px;
|
h2,
|
||||||
margin: 0;
|
h3,
|
||||||
color: #e4c373;
|
h4,
|
||||||
font-family: 'MesloLGS NF', sans-serif;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
text-align: center;
|
|
||||||
font-weight: 600;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-weight: 550;
|
font-weight: normal;
|
||||||
|
font-family: 'Sans', sans-serif;
|
||||||
|
margin: 0;
|
||||||
|
border: 1px solid black;
|
||||||
|
background-color: rgb(255, 0, 0,.1);
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
height: 100vh;
|
||||||
text-align: center;
|
background-color: aliceblue;
|
||||||
background-color: saddlebrown;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-name {
|
|
||||||
color: #bdad60;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-description {
|
|
||||||
color: #bdad60;
|
|
||||||
line-height: 1;
|
|
||||||
margin-bottom: 1vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-image {
|
.header-image {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 95%;
|
height: 85%;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.header-name {
|
||||||
width: 100%;
|
|
||||||
display: inline-block;
|
|
||||||
text-align: center;
|
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 {
|
.card {
|
||||||
display: inline-block;
|
width: 50%;
|
||||||
width: 300px;
|
height: 250px;
|
||||||
height: 300px;
|
background-color: antiquewhite;
|
||||||
margin: 10px;
|
|
||||||
background-color: saddlebrown;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-name {
|
|
||||||
margin: 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-image {
|
.card-image {
|
||||||
display: block;
|
display: flex;
|
||||||
margin: 0 auto;
|
height: 95%;
|
||||||
width: 90%;
|
width: 95%;
|
||||||
border: solid 3px #2a1508;
|
margin-top: .75%;
|
||||||
|
margin-left: .75%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-name {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-head-box {
|
||||||
|
display: inline-block;
|
||||||
|
height: 85%;
|
||||||
|
width: 50%;
|
||||||
|
margin: 0;
|
||||||
|
background-color: rgba(255, 0, 0, 0.337);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-description-box {
|
||||||
|
display: inline-block;
|
||||||
|
height: 85%;
|
||||||
|
width: 45%;
|
||||||
|
padding: 10%;
|
||||||
|
margin: 0;
|
||||||
|
background-color: aqua;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-description {
|
.card-description {
|
||||||
margin: 0;
|
display: flex;
|
||||||
|
margin: auto;
|
||||||
text-align: center;
|
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;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user