diff --git a/css/main.css b/css/main.css index ff75043..8e71ec4 100644 --- a/css/main.css +++ b/css/main.css @@ -14,6 +14,7 @@ html { } body { + line-height: 2; display: flex; flex-direction: column; min-height: 100vh; @@ -22,17 +23,16 @@ body { color: #00fd69; } - ul { + .icon-list { list-style-type: none; div { margin-left:20px; } - } - - li { - display: flex; - margin-top:20px; - margin-bottom:20px; + li { + display: flex; + margin-top:20px; + margin-bottom:20px; + } } div { @@ -43,6 +43,23 @@ body { .ico { height:50px; width:50px; + transition-duration: 1s; + } + + .ico:hover { + transform: rotate(20deg); + } + + .tstuff { + border-radius:10px; + border:solid 1px #00fd69; + padding:10px; + h2 { + text-decoration:underline; + } + span { + margin-left:20px; + } } } @@ -122,7 +139,7 @@ header{ } .logo:hover { - transform: rotate(360deg); + transform: rotate(-20deg); } } @@ -134,11 +151,7 @@ footer { } div { - border-top-left-radius: 30px; - border-top-right-radius: 30px; border-top: solid #00fd69 2px; - border-left: solid #00fd69 2px; - border-right: solid #00fd69 2px; width:40%; margin-left:auto; margin-right:auto; diff --git a/index.html b/index.html index d257c63..3ea824b 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

À propos

Je suis un étudiant en informatique à Lyon 1.
Je parle le : -