Skip to content

Instantly share code, notes, and snippets.

@jackysee
Created October 24, 2014 09:05
Show Gist options
  • Save jackysee/e00d012656d571d1e452 to your computer and use it in GitHub Desktop.
Save jackysee/e00d012656d571d1e452 to your computer and use it in GitHub Desktop.
umbrella banner
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Umbrella</title>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<style>
#banner{
width: 200px;
padding: 20px;
background: yellow;
font-size: 200px;
line-height: 200px;
}
.fa-umbrella{
display:block;
width: 100%;
text-align:center;
margin-bottom: 20px;
}
.hash{
display:block;
font-family:Verdana;
font-size: 28px;
line-height: 35px;
margin-top: 20px;
font-weight: bold;
}
</style>
</head>
<body>
<div id="banner">
<i class="fa fa-umbrella"></i>
我要真普選
<span class="hash">#UMBRELLA<br>MOVEMENT</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment