mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
📎📛 Updated with Glitch
This commit is contained in:
@@ -69,10 +69,25 @@ nav {
|
|||||||
.social:hover {
|
.social:hover {
|
||||||
opacity: 50%;
|
opacity: 50%;
|
||||||
}
|
}
|
||||||
|
.dropdown {
|
||||||
|
margin: 0.75rem;
|
||||||
|
position: absolute;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
box-shadow: 0px 0px 12px 0.1px #d0d0d0;
|
||||||
|
padding: 0.25rem 0.5rem;
|
||||||
|
border-radius: 7px;
|
||||||
|
right: 0;
|
||||||
|
top: 6rem;
|
||||||
|
display: none;
|
||||||
|
opacity: 0;
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-family: Jost, "Noto Sans Japanese", sans-serif;
|
font-family: Jost, "Noto Sans Japanese", sans-serif;
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@@ -112,7 +127,7 @@ footer {
|
|||||||
position: relative;
|
position: relative;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
transition: 0.25s ease-in-out;
|
transition: 0.25s ease-in-out;
|
||||||
span {
|
span {
|
||||||
@@ -536,23 +551,11 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1125px) and (max-width: 1620px) {
|
@media screen and (min-width: 1125px) and (max-width: 1620px) {
|
||||||
/*if(width<1700px&&width>=1335px)*/
|
/*if(width<1700px&&width>=1335px)*/
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
.dropdown {
|
.dropdown {
|
||||||
margin: 0.75rem;
|
|
||||||
position: absolute;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
box-shadow: 0px 0px 12px 0.1px #d0d0d0;
|
|
||||||
padding: 0.25rem 0.5rem;
|
|
||||||
border-radius: 7px;
|
|
||||||
right: 0;
|
|
||||||
top: 6rem;
|
|
||||||
opacity: 0;
|
|
||||||
transition: 0.3s;
|
|
||||||
display: none;
|
|
||||||
.dropdown-social {
|
.dropdown-social {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 17.5rem;
|
width: 17.5rem;
|
||||||
@@ -616,17 +619,6 @@ footer {
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
.dropdown {
|
.dropdown {
|
||||||
margin: 0.75rem;
|
|
||||||
position: absolute;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
box-shadow: 0px 0px 12px 0.1px #d0d0d0;
|
|
||||||
padding: 0.25rem 0.5rem;
|
|
||||||
border-radius: 7px;
|
|
||||||
right: 0;
|
|
||||||
top: 6rem;
|
|
||||||
display: none;
|
|
||||||
opacity: 0;
|
|
||||||
transition: 0.3s;
|
|
||||||
.dropdown-social,
|
.dropdown-social,
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user