Design code¸®½ºÆ®
-
-
iframeÀÇ È°¿ë
iframe¿¡¼ °Ô½ÃÆÇ º¸À̱â < iframe frameborder="0" leftmargin="0"
marginheight="0" marginwidth="0" scrolling="yes" properties="fixed"
src="site url" topmargin="0" width="600" height="800" >
Read more
|
-
-
Word Break; for responsive design
½±°Ô ¸»Çؼ ...Css¿¡¼ block¾È¿¡ text °¡ ¿µ¿ªÀ» ¹þ¾î³ªÁö ¾È°í ´ÙÀ½ÁÙ·Î ÀÚµ¿À¸·Î ¶³¾îÁö°Ô ÇÏ´Â tip
CSS
tricks also include wrapping a text so that it does not appear in a
single line because apparently, it is not very pleasing to the eye.
Following code can help you in wrapping text.
.break-word { word-wrap:break-word; }
Read more
|