.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 236 KiB |
@@ -1,3 +1,7 @@
|
|||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
@@ -46,25 +50,7 @@ body{
|
|||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 1.2rem;
|
|
||||||
float: right;
|
|
||||||
right: 18.5%;
|
|
||||||
left: 95%;
|
|
||||||
max-width: 75px;
|
|
||||||
width: 100%;
|
|
||||||
font-size: 1.3rem;
|
|
||||||
border: rgb(138,43,226);
|
|
||||||
background-color: #808080;
|
|
||||||
padding: .5px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#top:hover {
|
|
||||||
background-color: #f2f200;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.neon-button {
|
.neon-button {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|||||||
28
assets/seiten/css/startseite.css
Normal file
28
assets/seiten/css/startseite.css
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
#top {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 1.2rem;
|
||||||
|
float: right;
|
||||||
|
right: 18.5%;
|
||||||
|
left: 95%;
|
||||||
|
max-width: 75px;
|
||||||
|
width: 100%;
|
||||||
|
font-size: 1.3rem;
|
||||||
|
border: rgb(138,43,226);
|
||||||
|
background-color: #808080;
|
||||||
|
padding: .5px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#top:hover {
|
||||||
|
background-color: #f2f200;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll-down {
|
||||||
|
margin-top: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
margin-top: 100%;
|
||||||
|
background-color: #121212;
|
||||||
|
}
|
||||||
10
index.html
10
index.html
@@ -4,6 +4,7 @@
|
|||||||
<meta name="viewport" content="with=device-width, initial-scale=1.0">
|
<meta name="viewport" content="with=device-width, initial-scale=1.0">
|
||||||
<title>Startseite</title>
|
<title>Startseite</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/design.css"/>
|
<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">
|
<link rel="icon" type="image/png" href="assets/bilder/Logo.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -33,10 +34,17 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Hauptseite -->
|
<!-- Hauptseite -->
|
||||||
<p> - Startseite -</p>
|
|
||||||
<!-- On Top Knopf -->
|
<!-- On Top Knopf -->
|
||||||
<button id="top"><a href="#top" style="color:white">Nach Oben</a></button>
|
<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>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<h1>- Übershrift -</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user