Skip to content

Instantly share code, notes, and snippets.

@ttepasse
Created July 16, 2015 13:26
Show Gist options
  • Save ttepasse/786e1fcb198f95f6ef6c to your computer and use it in GitHub Desktop.
Save ttepasse/786e1fcb198f95f6ef6c to your computer and use it in GitHub Desktop.
<!doctype html>
<head>
<style>
#test {
width: 200px;
height: 50px;
background-color: #ccc;
display: table-cell;
vertical-align:middle;
background-image: url("./kontakt_telefon.png");
background-repeat: no-repeat;
background-position: 10px center;
}
#test > a {
height: 100%;
display: table-cell;
padding-left: 40px;
}
</style>
</head>
<body>
<p id="test">
<a href="'.$UriKontaktUndAnfahrt.'">+66 (0) 38-48 88 50</a>
</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment