Skip to content

Instantly share code, notes, and snippets.

@sailxjx
Created April 23, 2014 09: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 sailxjx/11207939 to your computer and use it in GitHub Desktop.
Save sailxjx/11207939 to your computer and use it in GitHub Desktop.
A Pen by Xu Jingxin.
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="logo">
<div class="then">
then
</div>
<div class="js">
JS
</div>
</div>
</body>
</html>
html, body {
}
.logo {
margin: 200px auto;
width: 500px;
}
.logo .then {
font-size: 120px;
display: inline-block;
float: left;
font-weight: 400;
font-family: Georgia, serif;
font-style: italic;
color: black;
}
.logo .js {
font-size: 150px;
color: red;
display: inline-block;
float: left;
font-weight: 400;
letter-spacing: 0;
font-family: 'Yellowtail', 'cursive';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment