Skip to content
Draft
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
146 changes: 91 additions & 55 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,10 @@ p{
.arrow{
position: absolute;
}
.down1, .down2, .down3, .down4{
color:#1f2f2f;
}
.down1:hover, .down2:hover, .down3:hover, .down4:hover, .down5:hover, .down6:hover{
cursor:pointer;
color:#669999;
text-decoration:underline;
.down1:hover, .down2:hover, .down3:hover, .down4:hover, .down5:hover, .down6:hover, .down7:hover {
cursor: pointer;
color: #669999;
text-decoration: underline;
}
#me:hover{
cursor:pointer;
Expand Down Expand Up @@ -144,7 +141,7 @@ img.down1{
min-width:175px;
max-width:250px;
}
#section2 p{
#about-content{
width:50%;
text-align:center;
margin-top:10px;
Expand All @@ -155,10 +152,10 @@ img.down2{
img.down2:hover{
color:#F7CE5B;
}
@media screen and (max-width: 1000px) {
#section2 p{
width:60%;
}
@media screen and (max-width: 1000px) {
#about-content {
width: 60%;
}
}
@media screen and (max-height: 600px) {
#section2{
Expand All @@ -171,10 +168,10 @@ img.down2:hover{
top: 1150px;
}
}
@media screen and (max-width: 650px) {
#section2 p{
width:90%;
}
@media screen and (max-width: 650px) {
#about-content {
width: 90%;
}
}
@media screen and (max-width: 330px) {
#me-picture{
Expand All @@ -192,6 +189,45 @@ img.down2:hover{
background-size: cover;
min-width: 300px;
}
img.down3 {
top: 290vh;
}
#skills {
display: inline-block;
text-align:center;
width:75%;
}
#skillsul {
list-style-type: square;
color: #1f2f2f;
}
li {
font-family: 'Muli', sans-serif;
font-size: 16px;
line-height: 24px;
color: #1f2f2f;
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-height: 600px) {
#section3 {
height: 600px;
}
img.down3 {
top: 1750px;
}
}
#section4 {
height: 100vh;
background-color: #dbe7e7;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-size: cover;
min-width: 300px;
}
#project-text{
font-family: 'Alegreya Sans SC', sans-serif;
font-weight:normal;
Expand All @@ -205,46 +241,46 @@ img.down2:hover{
min-width:250px;
max-width:650px;
}
#section3 p{
#section4 p{
margin-top:10px;
width:50%;
min-width:250px;
max-width:650px;
}
img.down3{
top:290vh;
img.down4{
top:390vh;
}
@media screen and (max-width: 1000px) {
#section3 p, #web-img{
#section4 p, #web-img{
width:60%;
}
}
@media screen and (max-height: 600px) {
#section3{
#section4{
height:600px;
}
img.down3{
top: 1750px;
img.down4{
top: 2350px;
}
}
@media screen and (max-width: 650px) {
#section3 p, #web-img{
#section4 p, #web-img{
width:80%;
}
#project-text{
font-size: 18px;
}
}

#section4{
height: 100vh;
background-color: #e7efef;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-size: cover;
min-width:300px;
#section5 {
height: 100vh;
background-color: #F8d573;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-size: cover;
min-width: 300px;
}
#app{
display: flex;
Expand All @@ -260,18 +296,18 @@ img.down3{
#app p{
width:60%;
}
img.down4{
top:390vh;
img.down5{
top:490vh;
}
@media screen and (max-height: 600px) {
#app{
margin-top:20px;
}
#section4{
#section5{
height:600px;
}
img.down4{
top: 2350px;
img.down5{
top: 2950px;
}
}
@media screen and (max-width: 1000px) {
Expand Down Expand Up @@ -308,9 +344,9 @@ img.down4{
min-width:100px;
}
}
#section5 {
#section6 {
height: 100vh;
background-color: #F7CE5B;
background-color: #e7efef;
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -322,46 +358,46 @@ img.down4{
min-width:250px;
max-width:600px;
}
#section5 p{
#section6 p{
margin-top:10px;
width:50%;
min-width:250px;
max-width:600px;
}
img.down5{
top:490vh;
img.down6{
top:590vh;
}
@media screen and (max-width: 1000px) {
#section5 p, #game-img{
#section6 p, #game-img{
width:60%;
}
}
@media screen and (max-width: 650px) {
#section5 p, #game-img{
#section6 p, #game-img{
width:80%;
}
}
@media screen and (max-height: 600px) {
#section5{
#section6{
height:600px;
}
img.down5{
top: 2950px;
img.down6{
top: 3550px;
}
}

#section6 {
#section7 {
height: 40vh;
background-color: #f3f7f7;
background-color: #F7CE5B;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-size: cover;
min-width: 300px;
}
img.down6{
top:530vh;
img.down7{
top:630vh;
transform:scaleY(-1);
}
#contact-text{
Expand All @@ -371,11 +407,11 @@ img.down6{
margin-top:25px;
}
@media screen and (max-height: 600px) {
#section6{
#section7{
height:200px;
}
img.down6{
top: 3150px;
img.down7{
top: 3750px;
}
#contact-text{
margin-top:25px;
Expand Down
Loading