-
Were projects are built
+ Hi ! It's Kévin Sailly
+
{{currentJob}}
-

+
@@ -22,18 +53,46 @@
border: 2px green dotted;
display: flex;
justify-content: space-between;
+ flex-wrap: wrap-reverse;
}
.typewriter{
border: 2px yellow dotted;
display: flex;
- align-items: center;
justify-content: center;
+ flex-wrap: wrap;
+ flex-direction: column;
+ margin-left: 5vw;
+ width: 20vw;
+ min-width: 350px;
+ overflow:visible;
}
.typewriter h1{
+ font-size: 2.8em;
+ }
+ .job_title{
+ width: fit-content;
+ font-size: 1.8em;
+ animation: blink-caret .75s step-end infinite;
+ border-right: .15em solid orange;
}
.picture{
border: 2px greenyellow dotted;
+ width: 25vw;
+ margin-right: 10vw;
+ min-width: 300px;
}
+ .picture img{
+ border-radius: 50%;
+ border: 3px #976391 solid;
+ }
+
+ /* Animation */
+ /* The typewriter cursor effect */
+ @keyframes blink-caret {
+ from, to { border-color: transparent }
+ 50% { border-color: orange; }
+ }
+
\ No newline at end of file