Added "fun" page

This commit is contained in:
Stone-Red-Code
2021-03-16 17:43:37 +01:00
parent cec511ff86
commit f50299fd91
10 changed files with 134 additions and 13 deletions
+14 -3
View File
@@ -97,6 +97,7 @@ h3 {
color: black;
}
a:link {
color: gray;
text-decoration: underline;
@@ -122,12 +123,18 @@ a:active {
.nav-link {
text-decoration: var(--fg-theme);
text-decoration: none!important;
}
.toolIcon img {
width: 100;
}
.dropdown-item:active
{
background-color: lightgray;
}
@media screen and (max-width: 768px) {
h2 {
font-size: 20px;
@@ -141,14 +148,18 @@ a:active {
.header-text {
margin-top: 1.1rem;
}
#quotes {
display: none;
}
}
.main{
animation: fadeIn;
animation-duration: 5;
@media screen and (max-width: 580px)
{
.dropdown-menu{
background-color: var(--fg-theme)!important;
border: none;
}
}
@media screen and (max-width: 360px) {