Update website yipeeeeee
This commit is contained in:
parent
74240fe4a6
commit
0f61f8527b
|
@ -52,7 +52,7 @@
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
<div class="mainflex">
|
<div class="mainflex">
|
||||||
<div class="credits-background">
|
<div class="team-background">
|
||||||
<a class="main1_logo_a" href="index.html">
|
<a class="main1_logo_a" href="index.html">
|
||||||
</a>
|
</a>
|
||||||
<div class="main1_description">
|
<div class="main1_description">
|
||||||
|
|
|
@ -214,12 +214,3 @@
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
|
||||||
<script>
|
|
||||||
kofiWidgetOverlay.draw('pengucc', {
|
|
||||||
'type': 'floating-chat',
|
|
||||||
'floating-chat.donateButton.text': 'Support Us',
|
|
||||||
'floating-chat.donateButton.background-color': '#323842',
|
|
||||||
'floating-chat.donateButton.text-color': '#fff'
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 356 KiB |
Binary file not shown.
After Width: | Height: | Size: 356 KiB |
Binary file not shown.
Before Width: | Height: | Size: 400 KiB |
|
@ -214,7 +214,22 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: rgba(0, 0, 0, .5) url('./credits.png');
|
background: rgba(0, 0, 0, .5) url('./Credits-Banner.png');
|
||||||
|
background-blend-mode: darken;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 50% 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.team-background {
|
||||||
|
padding-top: calc(var(--nice-padding) + 2rem);
|
||||||
|
display:flex;
|
||||||
|
width: 100%;
|
||||||
|
align-self: center;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
align-content: center;
|
||||||
|
justify-content: center;
|
||||||
|
background: rgba(0, 0, 0, .5) url('./Team-Banner.png');
|
||||||
background-blend-mode: darken;
|
background-blend-mode: darken;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
|
|
Loading…
Reference in New Issue