Queer Villian Pride Baby!!

This commit is contained in:
Emi Simpson 2021-11-08 17:31:20 -05:00
parent 4ceb5f77c1
commit adc5104498
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 28 additions and 0 deletions

View File

@ -54,6 +54,15 @@
{{ section }} {{ section }}
</section> </section>
{% endfor %} {% endfor %}
<footer>
<div class="flag" style="margin-top: 50px">
<!-- Queer Villian Pride Baby!! -->
<div style="background-color: #f09"></div>
<div style="background-color: #f93"></div>
<div style="background-color: #9c3"></div>
<div style="background-color: #639"></div>
</div>
</footer>
</main> </main>
</body> </body>
</html> </html>

View File

@ -52,6 +52,25 @@ header {
background-color: #280C3F; background-color: #280C3F;
} }
/* Flag Styling */
.flag {
display: grid;
grid-auto-flow: column;
width: 200px;
height: 10px;
border-radius: 3px;
overflow: hidden;
}
.flag > div {
height: 10px;
}
footer {
display: grid;
justify-items: center;
align-items: center;
padding-bottom: 50px;
}
/* Styles for the cards */ /* Styles for the cards */
#cards { #cards {
display: grid; display: grid;