Skip to content

Commit

Permalink
many things
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaesposito committed Oct 20, 2024
1 parent ac91666 commit 27557cd
Show file tree
Hide file tree
Showing 113 changed files with 414 additions and 449 deletions.
174 changes: 88 additions & 86 deletions about.css
Original file line number Diff line number Diff line change
@@ -1,47 +1,45 @@
html,
body {
overflow: hidden;

html, body{
overflow: hidden;

z-index:-2;
z-index: -2;
}

canvas{
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
canvas {
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}

#prescontainer {
width: 75vw;

width: 75vw;
/*
background-color: black;
color: white; */
overflow: auto;
height: 100vh;
display: block;

overflow: auto;
height: 100vh;
display: block;
padding: 1vw;
padding-right: 10vw;

padding-right:10vh;
/* background-color: black;
/* background-color: black;
color: white; */

}

[class*="selfp"] {
margin: 0;
font-size: 2.25rem;
line-height:2.75rem;
font-weight: 400;
margin: 0;
font-size: 32px;
line-height: 2.75rem;
font-weight: 400;
font-family: "IBM Plex Serif", serif;
}

.padtop {
margin-top: 7.5vh;
margin-top: 7.5vh;
}
.padtop1 {
margin-top: 10vh;
margin-top: 10vh;
}

/* p.selfp{
Expand All @@ -68,88 +66,92 @@ cursor: url('./assets/manine/ciao_cursor2.png'), auto;
cursor: url('./assets/manine/disegno_cursor.png'), auto;
} */


img {
width: 25%;
height: auto;
width: 22%;
height: auto;
}

#marghe {

/* float: left;
margin-top: 5vh;
margin-right: 5vh; */
/* background: orange; */
clip-path: polygon(0 100%, 8% 95%, 43% 55%, 73% 63%, 89% 71%, 100% 33%, 100% 0, 78% 0, 65% 15%, 33% 24%, 0 45%);
shape-outside: polygon(0 100%, 8% 95%, 43% 55%, 73% 63%, 89% 71%, 100% 33%, 100% 0, 78% 0, 65% 15%, 33% 24%, 0 45%);

float: right;
margin-top:2.5vh;
transform: scaleX(-1);

margin-right:-10vh;
position: absolute;

transform: scaleX(-1);
bottom: 7.5vh;
right: 0;

clip-path: polygon(
0 100%,
8% 95%,
43% 55%,
73% 63%,
89% 71%,
100% 33%,
100% 0,
78% 0,
65% 15%,
33% 24%,
0 45%
);
shape-outside: polygon(
0 100%,
8% 95%,
43% 55%,
73% 63%,
89% 71%,
100% 33%,
100% 0,
78% 0,
65% 15%,
33% 24%,
0 45%
);

/* background-color: aqua; */
}

#draw {
float: right;
width: 28%;
transform: scaleX(-1);
#contact {
margin-top: 10vh;
overflow-wrap: break-word;
width: 25%;
}

@media screen and (max-width: 1024px) {
#prescontainer {
width: 100vw;

#list {
overflow-wrap: break-word;
width: 25%;
}



padding-right: 1vh;
font-size: 1.75rem;
line-height: 2.5rem;
padding-bottom: 5vh;
}

@media screen and (max-width : 1024px) {


#prescontainer {
width: 100vw;

padding-right:1vh;
font-size: 1.75rem;
line-height: 2.5rem;
padding-bottom:5vh;
}

#marghe{

margin-right:-1vh;
}
#marghe {
margin-right: -1vh;
}
}


@media screen and (max-width:768px) {

/*
@media screen and (max-width: 768px) {
/*
[class*="selfp"] {
/* font-size: 1.75rem;
} */

.padtop {
margin-top: 5vh;
}
.padtop1 {
margin-top: 7.5vh; }
.padtop {
margin-top: 5vh;
}
.padtop1 {
margin-top: 7.5vh;
}

#marghe{
#marghe {
/* margin-top: 2.5vh; */
/* margin-right: 2.5vh; */

width: 40vw;
/* margin-left:-1vh; */
}
#prescontainer{

}
}

/* #prescontainer {
/* #prescontainer {
margin: auto 0;
} */
}
}
120 changes: 0 additions & 120 deletions about.html

This file was deleted.

Loading

0 comments on commit 27557cd

Please sign in to comment.