Created
November 17, 2020 11:02
-
-
Save MaZderMind/717858600978c09b651123b1b0989561 to your computer and use it in GitHub Desktop.
T4AT Bauchbinde.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<style type="text/css"> | |
.box { | |
background: linear-gradient(180deg, #2a4b65 0%, #0a748a 100%); | |
width: 1020px; | |
margin: 0 auto; | |
position: absolute; | |
bottom: 20px; | |
left: 50%; | |
margin-left: -510px; | |
color: white; | |
font-family: 'Lato', 'Roboto', sans-serif; | |
font-size: 20px; | |
font-weight: bold; | |
padding: 15px; | |
border-bottom: 10px solid #fbbe0a; | |
box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.75); | |
} | |
</style> | |
</head> | |
<body> | |
<div class="box">Internationales Intranet, Konzernübergreifend und Standortspezifisch (Desktop / App / Touch) inkl. Rolloutplans</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment