Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added studyMaterial.html and updated main.css #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
164 changes: 164 additions & 0 deletions Animation-pages/.history/main_20231020163533.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
nav {
margin-bottom: 20px;
}

*::-webkit-scrollbar { width: 0 !important; display: none}

nav {
display: flex;
justify-content: space-around;
}

.btn {
font-size: 20px;
padding: 10px 20px;
border-radius: 8px;
}

canvas {
position: fixed;
z-index: -1;
top: 0px;
left: 0px;
background-color: black;
}

.main-page {
width: 100%;
color: white;
display: flex;
z-index: 1;
justify-content: space-evenly;
align-items: center;
margin-top: 20%;
margin-bottom: 20%;
}

.btn-anime {
color: #2496ed;
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-anime:hover {
border: #2496ed 2px solid;
background-color: #2496ed;
color: #b500ff;
}

.btn-manga {
color: #d168a7;
justify-content: space-around;
font-weight: bolder;
background-color: #191919;
border: #b500ff 2px solid;
}

.btn-manga:hover {
border: #d168a7 2px solid;
background-color: #d168a7;
color: #b500ff;
}

.btn-youtube-game{
color: #fe1580;
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-youtube-game:hover {
border:#fe1580 2px solid;
background-color: #fe1580;
color: #b500ff;
}

.btn-youtube-linux {
color: #830d75;
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-youtube-linux:hover {
border: #830d75 2px solid;
background-color: #830d75;
color: #b500ff;
}

.btn-youtube-tech {
color: #00ff88;
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-youtube-tech:hover {
border: #00ff88 2px solid;
background-color: #00ff88;
color: #b500ff;
}

.active {
transform: scale(1.3);
}

.video-box {
margin-left: 20px;
width: 100%;
display: flex;
justify-content: space-around;
}

.Channel-title {
margin: 10px 20px;
font-size: 20px;
color: white;
font-weight: bolder;
}
.video-box h2 {
font-size: 16px;
padding: 10px;
color: white;
font-weight: bolder;
}
iframe {
width: 400px;
height: 200px;
border: transparent;
margin-right: 20px;
border-radius: 4px;
}

.container-images {
display: flex;
justify-content: center;
flex-wrap: wrap;
overflow: auto;
}

.container-images a {
text-decoration: none;
}

figcaption {
margin-top: 10px;
color: white;
font-weight: bolder;
font-size: 20px;
text-align: center;
}

.container-images img {
width: 200px;
height: 283px;
}

.anime-thumbnail {
margin: 10px 30px;
}
164 changes: 164 additions & 0 deletions Animation-pages/.history/main_20231020165110.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
nav {
margin-bottom: 20px;
}

*::-webkit-scrollbar { width: 0 !important; display: none}

nav {
display: flex;
justify-content: space-around;
}

.btn {
font-size: 20px;
padding: 10px 20px;
border-radius: 8px;
}

canvas {
position: fixed;
z-index: -1;
top: 0px;
left: 0px;
background-color: black;
}

.main-page {
width: 100%;
color: white;
display: flex;
z-index: 1;
justify-content: space-evenly;
align-items: center;
margin-top: 20%;
margin-bottom: 20%;
}

. color: #2496ed;
btn-anime {
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-anime:hover {
border: #2496ed 2px solid;
background-color: #2496ed;
color: #b500ff;
}

.btn-manga {
color: #d168a7;
justify-content: space-around;
font-weight: bolder;
background-color: #191919;
border: #b500ff 2px solid;
}

.btn-manga:hover {
border: #d168a7 2px solid;
background-color: #d168a7;
color: #b500ff;
}

.btn-youtube-game{
color: #fe1580;
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-youtube-game:hover {
border:#fe1580 2px solid;
background-color: #fe1580;
color: #b500ff;
}

.btn-youtube-linux {
color: #830d75;
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-youtube-linux:hover {
border: #830d75 2px solid;
background-color: #830d75;
color: #b500ff;
}

.btn-youtube-tech {
color: #00ff88;
background-color: #191919;
justify-content: space-around;
font-weight: bolder;
border: #b500ff 2px solid;
}

.btn-youtube-tech:hover {
border: #00ff88 2px solid;
background-color: #00ff88;
color: #b500ff;
}

.active {
transform: scale(1.3);
}

.video-box {
margin-left: 20px;
width: 100%;
display: flex;
justify-content: space-around;
}

.Channel-title {
margin: 10px 20px;
font-size: 20px;
color: white;
font-weight: bolder;
}
.video-box h2 {
font-size: 16px;
padding: 10px;
color: white;
font-weight: bolder;
}
iframe {
width: 400px;
height: 200px;
border: transparent;
margin-right: 20px;
border-radius: 4px;
}

.container-images {
display: flex;
justify-content: center;
flex-wrap: wrap;
overflow: auto;
}

.container-images a {
text-decoration: none;
}

figcaption {
margin-top: 10px;
color: white;
font-weight: bolder;
font-size: 20px;
text-align: center;
}

.container-images img {
width: 200px;
height: 283px;
}

.anime-thumbnail {
margin: 10px 30px;
}
Loading