Some changes and practice

Basically I just practiced on it and made some big updates to the site. Will be doing more and learning more soon.
This commit is contained in:
2024-01-24 07:56:29 -05:00
parent f6cf4792e6
commit f999bc9c31
28 changed files with 124 additions and 76 deletions

View File

@@ -12,42 +12,47 @@
}
.headerContainer {
border-radius: 10px;
height: auto;
width: auto;
margin-left: 50px;
margin-left: 30px;
}
.headerContainer h1 {
justify-content: center;
align-items: center;
font-size: 90px;
height: 60px;
height: auto;
font-weight: 50;
color: black;
color: rgb(255, 247, 0);
width: auto;
}
.headerContainer p {
padding: 0;
font-size: 40px;
font-weight: lighter;
color: black;
color: rgb(255, 247, 0);
width: auto;
}
.headerContainer button {
color: black;
color: rgb(0, 0, 0);
border: none;
border-radius: 5px;
border-radius: 18px;
cursor: pointer;
justify-content: center;
background-color: #121619;
background-color: hsla(0, 0%, 0%, 0.765);
height: 50px;
width: 180px;
color: white;
color: rgb(255, 255, 255);
text-decoration: none;
font-size: 20px;
}
.headerContainer button:hover {
background-color: #07090a;
background-color: #1500ff;
color: rgb(255, 255, 255);
cursor: pointer;
transition: 0.3s ease-in;
}
@@ -63,7 +68,7 @@
border: 1px solid black;
padding: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
z-index: 500;
z-index: 1001;
}
@media only screen and (max-width: 765px) {
@@ -80,7 +85,7 @@
margin-left: 0px;
border-radius: 10px;
padding: 10px;
width: 80%;
width: auto;
display: flex;
justify-content: center;
align-items: center;
@@ -101,20 +106,30 @@
}
.headerContainer button {
background-color: white;
color: #121619;
background-color: rgb(255, 255, 255);
color: #000000;
margin-bottom: 30px;
}
.headerContainer button:hover {
background-color: rgb(225, 225, 225);
color: #121619;
background-color: #1500ff;
color: rgb(255, 255, 255);
}
.discordint iframe {
display: none;
}
}
@media only screen and (max-width: 500px) {
.headerContainer,
.headerContainer h1,
.headerContainer p {
justify-content: center;
display: flex;
}
}
@media only screen and (max-height: 500px) {
.discordint iframe {
display: none;