Skip to content

Instantly share code, notes, and snippets.

@st98
Created May 21, 2014 12:05
Show Gist options
  • Save st98/9a1cb0278fa267e66a2a to your computer and use it in GitHub Desktop.
Save st98/9a1cb0278fa267e66a2a to your computer and use it in GitHub Desktop.
ゆの in HTML/CSS。…これはレギュレーション違反では。
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ゆの in HTML/CSS</title>
<style>
#yuno {
font-size: 0;
}
#yuno::after {
font-size: medium;
content: 'ひだまりスケッチ×365';
}
</style>
</head>
<body>
<span id="yuno">X / _ / X</span> 来週も見てくださいね!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment