Hello! Thanks for dropping by.
你好! 感谢到来
こんにちは! 来ることをありがとう
여보세요! 하락 곁에의를 위해 감사
Unicode support is definitely sparking on present websites, say hello in multiple languages on the same page at same time, to be more friendly.
Jonathan has made a reseaching on replacing starndard name of IDs and classes with some symbol characters, such as “┌ “, ” ┐” to represents #left and #right classes. Put these into your codes will show something like below:
<div class=”□”>
<div class=”┌”>
<div class=”┐”>
<div class=”└”>
<div class=”┘”>
content
</div>
</div>
</div>
</div>
Mark up the styles with:
.□ { /* styles */ }
.┌ { /* top-left styles */ }
.┐ { /* top-right styles */ }
.└ { /* bottom-left styles */ }
.┘ { /* bottom-right styles */ }
It’s fun
and it’s only for fun! In case we’re doing some real project, we better stick with standard letters on naming classes name.



No Comments So far, want to say something?
Leave a Reply