Skip to content

Instantly share code, notes, and snippets.

Created March 14, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/3d42e2a2c17586c1d79a to your computer and use it in GitHub Desktop.
Save anonymous/3d42e2a2c17586c1d79a to your computer and use it in GitHub Desktop.
MYzgYg
<div class="gradient">
<h1>SpclOps</h1>
</div>
div {
height: 100px;
background-color: #08088f;
background-image:
linear-gradient(
to right,
#08088f, blue
);
}
body {
margin:0;
padding:0;
}
div.gradient {
margin-top:-21px;
border-top: 1px solid #000;
}
h1 {
font-family: Arial;
color: #fff;
letter-spacing:1px;
border: 1px inset #fff;
width: 160px;
text-align: center;
background: #08088f;
padding: 5px 0px;
border-radius: 5px;
margin-top: 15px;
margin-left: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment