Skip to content

Instantly share code, notes, and snippets.

@MaZderMind
Created November 17, 2020 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaZderMind/717858600978c09b651123b1b0989561 to your computer and use it in GitHub Desktop.
Save MaZderMind/717858600978c09b651123b1b0989561 to your computer and use it in GitHub Desktop.
T4AT Bauchbinde.html
<!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