Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaElKattan committed Feb 26, 2024
1 parent e2cca28 commit 7b9cb15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion p5_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function draw(){
}

fill(20);
rect(windowWidth*.006,windowHeight*.006,width-windowWidth*.012,height-windowHeight*.012, 15);
rect(0,windowHeight*.015,width-windowWidth*0,height-windowHeight*0, 2);
}

class Shape {
Expand Down
9 changes: 6 additions & 3 deletions styling.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

body {
font-family: 'Helvetica', sans-serif;
background-color: #1f1f1f;
background-color: #141414;
}


Expand Down Expand Up @@ -31,6 +31,7 @@ body {
margin-left: 10%;
text-align: justify;
display:inline-block;

}

.separator {
Expand Down Expand Up @@ -266,9 +267,9 @@ h4 {

@media (max-width:449px) {

#defaultCanvas0 {
/* #defaultCanvas0 {
display: none;
}
}*/
.row {
width:92%;
margin-left: 4% !important;
Expand All @@ -283,9 +284,11 @@ h4 {
width: 90%;
margin-left: 5%;
margin-top: 5%;
padding-bottom: 5%;
}

.navbar {
padding-top: 2rem;
padding-left: 2rem;
}
}

0 comments on commit 7b9cb15

Please sign in to comment.