Skip to content

Instantly share code, notes, and snippets.

@tmdevde
Last active August 29, 2015 14:23
Show Gist options
  • Save tmdevde/cc3d9ee2ddedf39230eb to your computer and use it in GitHub Desktop.
Save tmdevde/cc3d9ee2ddedf39230eb to your computer and use it in GitHub Desktop.
BNJerB
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 headLineBg">
<div class="headLineText">
jetzt <span class="red">nummer</span> suchen und <span class="red">bild teilen</span>.
</div>
</div>
</div>
</div>
</body>
</html>
.headLineBg {
background-color: #dfdfdf;
padding: 20px;
font-weight: bold;
}
.headLineText {
text-transform: uppercase;
}
.headLineText .red {
color: #e1001a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment