Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin321 authored Jul 27, 2022
1 parent 3540718 commit 50abed9
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 172 deletions.
47 changes: 25 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,31 @@
</head>

<body>
<nav>
<h1><span class="not">#nicht </span> Max Mustermann</h1>
<div class="media">
<a href="#"><img src="youtube-app.svg"></a>
<a href="#"><img src="twitter-app.svg"></a>
<a href="#"><img src="tiktok-app.svg"></a>
</div>
<nav>
<h1><span class="hashtag">#nicht </span> Max Mustermann</h1>
<div class="media">
<a href="#"><img src="youtube-app.svg"></a>
<a href="#"><img src="twitter-app.svg"></a>
<a href="#"><img src="tiktok-app.svg"></a>
</div>
</nav>

</nav>
<article>
<p>Hallo, ich bin <span class="hashtag">nicht</span> <span id="max">Max</span></p>

<article>
<p>Hallo, ich bin <span class="not">nicht</span> <span id="max">Max</span></p>
<div class="mover">
<svg class="face" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<path id="blob" d="M451,311.5Q419,373,360.5,391Q302,409,247,419Q192,429,160,384Q128,339,92,294.5Q56,250,86.5,201.5Q117,153,146.5,88Q176,23,242.5,46.5Q309,70,372.5,92.5Q436,115,459.5,182.5Q483,250,451,311.5Z" fill="#fdcb6e"></path>
</svg>
<img id="facer" class="face" src="https://thispersondoesnotexist.com/image">
</div>
<p class="not2">und das werde ich auch <b>nie</b> sein...<br><br> <i><u>Erfahre mehr auf</u> <br><a href="#">ichbinnichtmaxmustermann.de</a></i> </p>
</article>


</body>
<div class="spin">
<svg class="face" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<path id="blob"
d="M451,311.5Q419,373,360.5,391Q302,409,247,419Q192,429,160,384Q128,339,92,294.5Q56,250,86.5,201.5Q117,153,146.5,88Q176,23,242.5,46.5Q309,70,372.5,92.5Q436,115,459.5,182.5Q483,250,451,311.5Z"
fill="#fdcb6e"></path>
</svg>
<img id="facer" class="face" src="https://thispersondoesnotexist.com/image">
</div>

<p class="not2">und das werde ich auch <b>nie</b> sein...
<br><br> <i><u>Erfahre mehr auf</u> <br><a href="#">ichbinnichtmaxmustermann.de</a></i></p>
</article>

</html>
</body>
</html>
293 changes: 143 additions & 150 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,150 +1,143 @@
/* * {
border: 1px solid green;
background-color: ghostwhite;
} */

html,
body {
margin: 0px;
height: 99%;
display: flex;
flex-direction: column;
}

nav {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
height: 10vh;
border-bottom: 3px;
border-style: solid;

}

.media {
display: flex;
justify-content: space-evenly;
column-gap: 5vw;
}

img {
height: 3vw;
}

h1 {
font-family: hand;
font-size: 3vh;
cursor: not-allowed;

}

.not {
font-family: monospace;
}

.dot {
height: 10vh;
width: 10vh;
background-color: yellow;
border-radius: 100%;
position: absolute;
left: 20vw;

}



p {
font-size: 3vw;
text-align: left;
padding-right: 2em;
margin-left: 2em;
background-color: rgba(240, 248, 255, 0.253);

}

#max {
font-family: hand;
color: rgb(255, 187, 0);
font-size: 4vw;
text-decoration: none;
text-decoration: underline wavy;
}

article {
display: flex;
justify-content: center;
/* align-items: center; */
justify-items: center;
height: 100%;
flex-direction: column;
background-image: url(https://picsum.photos/1000/500/?blur);
background-size: cover;
}

svg {
width: 30%;
transition: 1.5s;
position: absolute;
right: 15em;
bottom: 20%;
animation: rotate;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes rotate {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}

#facer {
position: absolute;
right: 20%;
bottom: 35%;
height: 25%;
border-radius: 10em;
transition: 1s;
}

.mover {
transition: 1s;
/* height: 1em;
width: 3em; */
}

.mover:hover #facer {
margin-bottom: 3em;
margin-right: 1em;
}

.mover:hover svg {
margin-right: 4em;
transform: rotate(100deg);
}

.not2 {
font-size: 1.5em;
margin-left: 6em;
width: 15em;
padding: 2%;
background-color: whitesmoke;
}

a:link,
a:hover,
a:visited {
color: orange;
}

@font-face {
font-family: hand;
src: url(Pacifico-Regular.ttf);
}
/* * {
border: 1px solid green;
} */

html,
body {
margin: 0px;
height: 99%;
display: flex;
flex-direction: column;
}

nav {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
height: 10vh;
border-bottom: 3px;
border-style: solid;

}

.media {
display: flex;
justify-content: space-evenly;
column-gap: 5vw;
}

img {
height: 3vw;
}

h1 {
font-family: hand;
font-size: 3vh;
cursor: not-allowed;
}


.hashtag {
font-family: monospace;
}

.dot {
height: 10vh;
width: 10vh;
background-color: yellow;
border-radius: 100%;
position: absolute;
left: 20vw;

}

p {
font-size: 3vw;
text-align: left;
padding-right: 2em;
margin-left: 2em;
background-color: rgba(240, 248, 255, 0.253);

}

#max {
font-family: hand;
color: rgb(255, 187, 0);
font-size: 4vw;
text-decoration: underline wavy;
}

article {
display: flex;
justify-content: center;
justify-items: center;
height: 100%;
flex-direction: column;
background-image: url(https://picsum.photos/1000/500/?blur);
background-size: cover;
}

svg {
width: 30%;
transition: 1.5s;
position: absolute;
right: 15em;
bottom: 20%;
animation: rotate;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes rotate {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}

#facer {
position: absolute;
right: 20%;
bottom: 35%;
height: 25%;
border-radius: 10em;
transition: 1s;
}

.spin {
transition: 1s;
}

.spin:hover #facer {
margin-bottom: 3em;
margin-right: 1em;
}

.spin:hover svg {
margin-right: 4em;
transform: rotate(100deg);
}

.not2 {
font-size: 1.5em;
margin-left: 6em;
width: 15em;
padding: 2%;
background-color: whitesmoke;
}

a:link,
a:hover,
a:visited {
color: orange;
}

@font-face {
font-family: hand;
src: url(Pacifico-Regular.ttf);
}

0 comments on commit 50abed9

Please sign in to comment.