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 @@ -