Created
May 21, 2014 12:05
-
-
Save st98/9a1cb0278fa267e66a2a to your computer and use it in GitHub Desktop.
ゆの in HTML/CSS。…これはレギュレーション違反では。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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