From eb62c61f2a46365a420c8a04c8120e7789369aed Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sat, 26 Nov 2022 13:46:14 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20la=20page=20home=20seh?= =?UTF-8?q?=20maintenant=20c=20est=20style=20et=20j=20en=20ai=20marre=20d?= =?UTF-8?q?=20=C3=AAtre=20le=20goat=20s=C3=A9rieux=20:muscle:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Vue/css/home.css | 15 +++++++ src/Vue/css/style.css | 24 ++++++++++ src/Vue/html/index.html | 97 ++++++++++++++++++++++++++++++++++++++--- src/Vue/html/login.html | 6 +-- 4 files changed, 133 insertions(+), 9 deletions(-) create mode 100644 src/Vue/css/home.css diff --git a/src/Vue/css/home.css b/src/Vue/css/home.css new file mode 100644 index 0000000..cfabfd4 --- /dev/null +++ b/src/Vue/css/home.css @@ -0,0 +1,15 @@ +.button-home{ + color: white; + background-color: transparent; + font-family: JetBrains Mono,Menlo,Droid Sans Mono,monospace; + border-color: transparent; + font-weight: 600; +} + +.button-home:hover{ + color: #6a52fd; +} + +.navbar-home{ + margin-left: 10%; +} \ No newline at end of file diff --git a/src/Vue/css/style.css b/src/Vue/css/style.css index 8170b13..0663188 100644 --- a/src/Vue/css/style.css +++ b/src/Vue/css/style.css @@ -23,6 +23,7 @@ body::before { z-index: -1; } + /* Model */ .model { @@ -266,6 +267,29 @@ body::before { transform: scale(1.1); } +/* Button */ + + +.button{ + border-color: #38b6ff; + height: 2rem; + width: 5rem; + margin-left: 21rem; + margin-bottom: 1rem; + font-size: 90%; + align-items: center; + border-radius: 12px; + background-color: #38b6ff; + color: white; + display: flex; + justify-content: center; +} + +.button:hover { + background-color: #6fc7fa; +} + + /* Responsive */ @media (max-width: 768px) { diff --git a/src/Vue/html/index.html b/src/Vue/html/index.html index 1da0991..de9dd8d 100644 --- a/src/Vue/html/index.html +++ b/src/Vue/html/index.html @@ -6,6 +6,7 @@ Home Page + @@ -14,28 +15,112 @@ -