WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
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
29 changes: 28 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@
* {
margin: 0;
padding: 0;
background-color: black;
}

:root{
--primary-colour:rgb(21, 23, 26);
--secondary-colour:aliceblue;
background-color: black;
}
.light-mode{
--primary-colour:aliceblue;
--secondary-colour:rgb(21, 23, 26);
background-color: black;
}

#darkmode-icon {
Expand All @@ -22,17 +25,20 @@

body{
background-color: var(--primary-colour);
background-color: black;
}

.section{
background-color: var(--secondary-colour);
color: var(--primary-colour);
width: 100%;
background-color: black;
}

/* Header styling */
nav{
width: 100%;
background-color: black;
}

.header-div{
Expand All @@ -51,6 +57,7 @@ nav{
display: flex;
justify-content: center;
align-items: center;
background-color: black;
}
.logo img {
width: 25%;
Expand All @@ -63,6 +70,7 @@ nav{
display: flex;
justify-content: space-around;
align-items: center;
background-color: black;
}

.menu a {
Expand Down Expand Up @@ -108,12 +116,14 @@ nav{
background: rgba(0, 0, 0, 0.7) url(../img/city.png);
background-size: cover;
background-blend-mode: lighten;
background-color: black;
}

/* firstsection / hero section styling */
.firstsection {
height: 100vh;
position: relative;
background-color: black;
}

.box-main {
Expand All @@ -125,16 +135,19 @@ nav{
font-family: Georgia, "Times New Roman", Times, serif;
max-width: 50%;
margin: auto;
background-color: black;
}

.firsthalf {
width: 100%;
display: flex;
justify-content: flex-start;
flex-direction: column;
background-color: black;
}
.secondhalf {
width: 30%;
background-color: black;
}

.secondhalf img {
Expand All @@ -150,10 +163,12 @@ nav{
.text-big {
font-size: 2.2rem;
margin: 2rem 0 0.7rem;
background-color: black;
}
.text-small {
font-size: 1.2rem;
margin-bottom: 1rem;
background-color: black;
}

/* remaining sections styling */
Expand All @@ -165,11 +180,13 @@ nav{
margin: auto;
font-family: "Ubuntu", sans-serif;
padding: 10px 40px;
background-color: black;

}

.section-left {
flex-direction: row-reverse;
background-color: black;
}

.fluid-img img {
Expand All @@ -184,6 +201,7 @@ nav{
}
.sectionsubtag {
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: black;
}

/* contributing section styles */
Expand All @@ -200,6 +218,7 @@ nav{
}
.box {
display: flex;
background-color: black;
}
.contributors-2022 {
font-family: "poppins", sans-serif;
Expand Down Expand Up @@ -248,11 +267,13 @@ footer {
color:var(--secondary-colour);
width: 100%;
height: 60vh;
background-color: black;
}

.foot {
display: flex;
position: relative;
background-color: black;
}
.bottom {
width: 80%;
Expand All @@ -263,12 +284,14 @@ footer {
margin: 50px 100px;
height: 27vh;
text-align: center;
background-color: black;
}

.newsletter {
width: 50%;
margin: 10px;
color:var(--secondary-colour);
background-color: black;
}

.newsletter h1 {
Expand Down Expand Up @@ -316,6 +339,7 @@ footer {
text-align: center;
margin: auto;
margin-top: 32vh;
background-color: black;
}

.fa-brands,
Expand All @@ -324,6 +348,7 @@ footer {
margin:0px 20px;
padding: 2px;
cursor: pointer;
background-color: black;
}
.footer-list {
text-align: center;
Expand Down Expand Up @@ -359,6 +384,7 @@ footer ul {
@media (max-width: 700px) {
.section {
flex-direction: column-reverse;
background-color: black;
}
}

Expand All @@ -367,6 +393,7 @@ footer ul {
width: 100%;
margin-left: 0;
border-radius: 0;
background-color: black;
}
}

Expand Down Expand Up @@ -898,4 +925,4 @@ a.copyright{
}
/* display: flex;
align-content: flex-end;
justify-content: center; */
justify-content: center; */