diff --git a/CSS/styles.css b/CSS/styles.css index 036e2c6..61d2919 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -5,21 +5,26 @@ body{ + } nav{ top: 0; + left: 0; position: fixed; display: flex; - align-content: center; - justify-content: center; - background-image: url("../img/icon.png"); + align-items: center; + justify-content: space-around; + background: linear-gradient(45deg,orange 35%,darkred); width: 100%; } +nav:hover{ + background: linear-gradient(45deg,orange ,darkred); +} #icone{ @@ -44,17 +49,15 @@ p{ text-decoration: none; color: black; margin-right: 10vh; - - - + font-size: 2vh; } .page:hover{ - color: red; - transform: scale(1.3); + color: gold; } + + footer{ background-color: black; - } \ No newline at end of file diff --git a/credits.txt b/credits.txt new file mode 100644 index 0000000..e69de29 diff --git a/img/casion_background.jpeg b/img/casion_background.jpeg new file mode 100644 index 0000000..af4febe Binary files /dev/null and b/img/casion_background.jpeg differ diff --git a/index.html b/index.html index 4f6a401..c805dd6 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,12 @@
-