From a6e96e744ac4d0589a2595ec2590d505418a6558 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 2 Apr 2024 17:16:40 +0100 Subject: [PATCH] hduh --- index.html | 5 ++++ introduction.html | 3 +++ oeuvres.html | 4 +++- source.html | 5 +++- style.css | 58 ----------------------------------------------- 5 files changed, 15 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index 1f092e2..7940841 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,14 @@ + Alan Turing +
+
+
+

Alan Turing the father of modern computer science and artificial intelligence

diff --git a/introduction.html b/introduction.html index 62d5c08..7e651aa 100644 --- a/introduction.html +++ b/introduction.html @@ -4,10 +4,12 @@ + Introduction +
+
diff --git a/oeuvres.html b/oeuvres.html index d66c1ba..6147880 100644 --- a/oeuvres.html +++ b/oeuvres.html @@ -4,11 +4,13 @@ + Oeuvres +
- +
diff --git a/source.html b/source.html index 4171583..d58144c 100644 --- a/source.html +++ b/source.html @@ -3,10 +3,12 @@ + Alan Turing +
+
- +

Réference

diff --git a/style.css b/style.css index 230c92b..4179fd1 100644 --- a/style.css +++ b/style.css @@ -540,23 +540,7 @@ main .accueil img{ font-size: 2.5em; } -/* p,h4,h1,h2 { - animation-name: slide-in; - animation-duration: 2s; - animation-fill-mode: forwards; - } - @keyframes slide-in { - from { - transform: translateX(-100%); - opacity: 0; - } - - to { - transform: translateX(0); - opacity: 1; - } - } */ /*============================================ Oeuvres ============================================*/ @@ -635,48 +619,6 @@ main .accueil img{ /*============================================ Sources ============================================*/ -/*Arrow up*/ -/* main .btn-up{ - position: fixed; - right: 20px; - bottom: 20px; - height: 40px; - width: 40px; - cursor: pointer; - background-color: #ccc; - border-radius: 50%; -} -main .btn-up .arrow-up{ - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%,-50%); -} - -main .btn-up .arrow-up:nth-of-type(2){ - top: calc(50% + 8px); -} -main .arrow-up::before{ - content: ''; - position: absolute; - top: calc(50% - 12px); - left: 50%; - transform: translate(-50%, -50%); - border-style: solid; - border-width: 15px; - border-color: transparent transparent #484848 transparent; -} - -main .arrow-up::after{ - content: ''; - position: absolute; - top: calc(50% - 8px); - left: 50%; - transform: translate(-50%,-50%); - border-style: solid; - border-width: 15px; - border-color: transparent transparent white transparent; -} */ /*============================================ MAIN ============================================*/