Merge branch 'gh-pages' of https://github.com/Promlg1104/KBM-HTML into gh-pages

This commit is contained in:
2021-11-26 20:28:08 +01:00
3 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 218 KiB

View File

@@ -46,7 +46,6 @@ body{
color: #f2f2f2; color: #f2f2f2;
} }
#top { #top {
position: fixed; position: fixed;
bottom: 1.2rem; bottom: 1.2rem;
@@ -72,7 +71,7 @@ body{
display: inline-block; display: inline-block;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
color: rgb(138,43,226); color: #fff;
border: rgb(138,43,226) 0.125em solid; border: rgb(138,43,226) 0.125em solid;
padding: 0.125em 0.5em; padding: 0.125em 0.5em;
margin-left: 0.85em; margin-left: 0.85em;
@@ -109,7 +108,7 @@ body{
.neon-button:hover, .neon-button:hover,
.neon-button:focus { .neon-button:focus {
color: rgb(138,43,226); color: #fff;
text-shadow: none; text-shadow: none;
} }
@@ -128,6 +127,8 @@ body{
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: fit-content;
height: 100%;
} }
.seite { .seite {

View File

@@ -4,7 +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="icon" type="image/png" href="assets/bilder/icon.png"> <link rel="icon" type="image/png" href="assets/bilder/Logo.png">
</head> </head>
<body> <body>
<!-- Menü --> <!-- Menü -->
@@ -34,8 +34,9 @@
<!-- Hauptseite --> <!-- Hauptseite -->
<p> - Startseite -</p> <p> - Startseite -</p>
<!-- 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>
</div> </div>
</body> </body>
</html> </html>