mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
added footer
This commit is contained in:
@@ -37,5 +37,6 @@
|
|||||||
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#203a45', 'youhavetrouble');kofiwidget2.draw();</script>
|
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#203a45', 'youhavetrouble');kofiwidget2.draw();</script>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="footer">© Paweł "YouHaveTrouble" Michalewski 2021</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
@@ -58,6 +58,7 @@
|
|||||||
<p>Bot that allows you to search League of Legends summoner profiles and ping minecraft and source game servers. Will be open sourced soon.</p>
|
<p>Bot that allows you to search League of Legends summoner profiles and ping minecraft and source game servers. Will be open sourced soon.</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="footer">© Paweł "YouHaveTrouble" Michalewski 2021</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
@@ -52,6 +52,12 @@ legend {
|
|||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
font-size: 0.7em;
|
||||||
|
color: rgba(128, 128, 128, 0.705);
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
.window a {
|
.window a {
|
||||||
color: rgb(190, 190, 190);
|
color: rgb(190, 190, 190);
|
||||||
}
|
}
|
||||||
@@ -81,6 +87,7 @@ h1 {
|
|||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
-moz-text-fill-color: transparent;
|
-moz-text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen
|
@media only screen
|
||||||
and (max-width: 1000px) {
|
and (max-width: 1000px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|||||||
+5
-1
@@ -6,7 +6,7 @@
|
|||||||
margin: 1em;
|
margin: 1em;
|
||||||
padding: 0.7em;
|
padding: 0.7em;
|
||||||
padding-top: 0.4em;
|
padding-top: 0.4em;
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.75);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -33,6 +33,10 @@ h5 {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-window ul {
|
||||||
|
list-style-type:none;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen
|
@media only screen
|
||||||
and (max-width: 1000px) {
|
and (max-width: 1000px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user