Skip to content
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
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port": 5502
}
Binary file added assests/academic_stress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assests/extra_curricular_stress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assests/financial_stress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assests/generic_stress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assests/relationship_stress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assests/socialmedia_stress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 32 additions & 19 deletions css/clone.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
height: 20vh;
width: 100%;
margin-bottom: 0;
z-index: 1;
}
.fix{
width: 100%;
}

#one::before {
content: "";
height: 132vh;
height: 84vh;
width: 100%;
background: linear-gradient( 135deg, rgba(252, 207, 49, 0.5), rgba(245, 85, 85, 0.7) 100%), url("../assests/landing-page.jpg") no-repeat 0% 50%;
position: absolute;
Expand Down Expand Up @@ -132,7 +136,12 @@ a:active {
height: 80vh;
}
}

.mh{
font-size: 1.5em;
}
.mh span{
color: rgb(154, 255, 2);
}
.mh {
font-size: 1.1em;
}
Expand All @@ -157,11 +166,8 @@ a:active {
#one31 {
font-size: 30px;
text-align: center;
color: white;
padding-bottom: 3%;
margin-top: 1%;
color:white;
}

#one32 {
font-size: 30px;
text-align: center;
Expand All @@ -180,22 +186,29 @@ a:active {
border: 3px solid rgb(92, 153, 0);
}

dl {
background-color: black;
color: white;
padding-bottom: 3%;
margin-top: 0%;
padding-left: 2%;
#two{
display: flex;
justify-content: space-around;
align-items: center;
height: fit-content;
flex-wrap: wrap;
align-content: space-between;
z-index: -1;
}

dt {
font-size: 30px;
text-decoration: underline;
#two .card{
width: 23rem;
margin: 1rem;
box-sizing: border-box;
}

dd {
font-size: 20px;
word-spacing: 2px;
#two .card a{
color: rgb(78, 129, 0);
background-color: rgb(173,255,47);
border: none;
cursor: pointer;
}
#two .card a:hover{
background-color: rgb(155 247 13);
}

.abouta {
Expand Down
450 changes: 307 additions & 143 deletions index.html

Large diffs are not rendered by default.