asdf
This commit is contained in:
BIN
assets/bilder/down_arrow.png
Normal file
BIN
assets/bilder/down_arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
@@ -28,7 +28,7 @@ body{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
height: 8rem;
|
||||
background: transparent;
|
||||
padding-right: 10rem;
|
||||
}
|
||||
@@ -50,7 +50,13 @@ body{
|
||||
color: #f2f2f2;
|
||||
}
|
||||
|
||||
.btn-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.btn-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.neon-button {
|
||||
font-size: 1rem;
|
||||
@@ -61,10 +67,10 @@ body{
|
||||
border: rgb(138,43,226) 0.125em solid;
|
||||
padding: 0.125em 0.5em;
|
||||
margin-left: 0.85em;
|
||||
margin-top: 0.25em;
|
||||
border-radius: 0.25em;
|
||||
text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
|
||||
box-shadow: inset 0 0 0.5em 0 rgb(138,43,226), 0 0 0.5em 0 rgb(138,43,226);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.neon-button::before {
|
||||
@@ -114,7 +120,7 @@ body{
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: fit-content;
|
||||
height: 100%;
|
||||
height: 105%;
|
||||
}
|
||||
|
||||
.seite {
|
||||
@@ -276,19 +282,5 @@ body{
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.signIn {
|
||||
margin: auto;
|
||||
font-size: 1rem;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: rgb(138,43,226);
|
||||
border: rgb(138,43,226) 0.125em solid;
|
||||
padding: 0.125em 0.3em;
|
||||
margin-left: 0.85em;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
border-radius: 0.25em;
|
||||
text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
|
||||
box-shadow: inset 0 0 0.5em 0 rgb(138,43,226), 0 0 0.5em 0 rgb(138,43,226);
|
||||
}
|
||||
|
||||
/* An hier Mika */
|
||||
|
||||
18
index.html
18
index.html
@@ -6,19 +6,21 @@
|
||||
<link rel="stylesheet" type="text/css" href="assets/design.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="assets/seiten/css/startseite.css"/>
|
||||
<link rel="icon" type="image/png" href="assets/bilder/Logo.png">
|
||||
<author>Fabian Märker, Mika Buhl, Florian Knoche</author>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Menü -->
|
||||
<div class="menu">
|
||||
<a class="neon-button" href="./index.html">Startseite</a>
|
||||
<a class="neon-button" href="#seite2">2. Seite</a>
|
||||
<a class="neon-button" href="#seite3">3. Seite</a>
|
||||
<a class="SignIn" href="./assets/seiten/login.html">Anmelden</a>
|
||||
<div class="btn-left">
|
||||
<a class="neon-button " href="./index.html">Startseite</a>
|
||||
<a class="neon-button " href="#seite2">2. Seite</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<a class="neon-button btn-right " href="./assets/seiten/login.html">Anmelden</a>
|
||||
<a class="neon-button btn-right" href="./assets/seiten/services.html">Service<br>Retouren<br>Reparaturen</a>
|
||||
</div>
|
||||
<a href="./index.html"><img id="logo" src="./assets/bilder/Logo.png"></a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="seite">
|
||||
<!-- Sterne -->
|
||||
<section>
|
||||
@@ -40,10 +42,10 @@
|
||||
<button id="top"><a href="#top" style="color:white">Nach Oben</a></button>
|
||||
|
||||
<!-- Scroll Down Knopf-->
|
||||
<button id="scroll-down"><a href="#content">^</a></button>
|
||||
<button id="scroll-down"><a href="#content"><img src="./assets/bilder/arrow_down.png"></a></button>
|
||||
|
||||
<div class="content">
|
||||
<h1>- Übershrift -</h1>
|
||||
<h1>- Überschrift -</h1>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user