Skip to content
Open
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
23 changes: 1 addition & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
color: #4d5656;
}

h5 {
font-family: Bold 700, sans-serif;
margin: 10000px;
color: #ff0000;
}


h1 {
font-family: Bold 700 ;
Expand Down Expand Up @@ -85,22 +81,6 @@
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.1s ease;
}

.texte-machine {
font-family: monospace;
font-size: 1.5em;
border-right: 2px solid black;
white-space: nowrap;
overflow: hidden;
width: 0;
animation: ecrire 4s steps(30, end) forwards;
}

@keyframes ecrire {
to {
width: 100%;
}
}


</style>
Expand All @@ -111,7 +91,6 @@
<h1>Metox</h1>
<a href="https://youtu.be/vioDY9Qy9ho">nouvel video</a>
<h2>coucou tout le monde</h2>
<div class="texte-machine">CACA</div>

<div class="box" id="dynamic-shadow"></div>

Expand Down