1
0

It's the last time I do such commit, I promise

This commit is contained in:
Michael Gordeev
2019-11-08 13:05:43 +03:00
parent 800c0394f9
commit bbcb6b179e
67 changed files with 14344 additions and 48 deletions
+37
View File
@@ -0,0 +1,37 @@
article {
margin: 0px;
}
.block {
position: relative;
margin-bottom: -10px;
z-index: -1;
}
.block .content {
position: absolute;
}
.block .background {
width: 100%;
}
.intro {
color: white;
background-color: #00a7dc;
font-size: 36px;
text-shadow: 2px 2px 1px black;
}
.intro .content {
bottom: 50px;
left: 50px;
max-width: 65%;
}
.sut {
color: white;
background-color: #ff8000;
font-size: 24px;
text-shadow: 2px 2px 1px black;
}
.sut .content {
margin: 50px 50px;
}