gh-pages
somas95 2018-05-31 02:49:11 +02:00
parent b560d24e8a
commit 8096c6ee45
5 changed files with 73 additions and 4 deletions

View File

@ -10,5 +10,5 @@
}
.background-2 {
background: whitesmoke;
background: rgb(54, 54, 54);
}

View File

@ -5,6 +5,8 @@ section {
// align-items: center;
justify-content: center;
padding-top: 10vh;
background: whitesmoke;
}
@ -16,3 +18,31 @@ section img {
margin-right: auto;
justify-content: center; */
}
section.dark {
background: rgba(0, 0, 0, 0);
}
section #programmers {
height: 50vh;
width: 100%;
position: absolute;
margin-top: -10vh;
z-index: -1;
background: whitesmoke;
}
section #footer {
height: 50vh;
width: 100%;
position: fixed;
top: 50vh;
z-index: -2;
color: whitesmoke;
}

View File

@ -549,7 +549,8 @@ section {
height: 100vh;
display: flex;
justify-content: center;
padding-top: 10vh; }
padding-top: 10vh;
background: whitesmoke; }
section img {
filter: drop-shadow(0px 10px 40px #888888);
@ -559,6 +560,25 @@ section img {
margin-right: auto;
justify-content: center; */ }
section.dark {
background: rgba(0, 0, 0, 0); }
section #programmers {
height: 50vh;
width: 100%;
position: absolute;
margin-top: -10vh;
z-index: -1;
background: whitesmoke; }
section #footer {
height: 50vh;
width: 100%;
position: fixed;
top: 50vh;
z-index: -2;
color: whitesmoke; }
/* MODULES - Re-usable site elements.
========================================================================== */
.background-1 {
@ -572,7 +592,7 @@ section img {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 ); }
.background-2 {
background: whitesmoke; }
background: #363636; }
button {
margin-left: 5px;

File diff suppressed because one or more lines are too long

View File

@ -50,6 +50,25 @@
<section class="section" id="5">
<img src="images/main_web.svg#InlinePrevi3w" alt=""></img>
</section>
<section class="section dark" id="footer">
<div id="programmers">
<p></p>
</div>
<div id="footer">
<div id="about">
<p>UberWriter©, a GPL program</p>
</div>
<div id="links">
<p>Github</p>
<p>Translations</p>
<p>Flathub</p>
<p>Donate</p>
</div>
</div>
</section>
</main>
</body>
</html>