{"id":9454,"date":"2024-07-23T10:08:49","date_gmt":"2024-07-23T01:08:49","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=9454"},"modified":"2024-07-23T10:09:47","modified_gmt":"2024-07-23T01:09:47","slug":"css-before-after","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=9454","title":{"rendered":"css before after"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png\"><img loading=\"lazy\" decoding=\"async\" width=\"458\" height=\"220\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png\" alt=\"\" class=\"wp-image-9455\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png 458w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10-300x144.png 300w\" sizes=\"auto, (max-width: 458px) 100vw, 458px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\uc774 CSS \uaddc\uce59\uc774 \uc801\uc6a9\ub418\uba74, \ud558\uc704 \uba54\ub274\uac00 \uc788\ub294 \ub124\ube44\uac8c\uc774\uc158 \ud56d\ubaa9\uc758 \ub9c1\ud06c(<code>a<\/code> \ud0dc\uadf8)\uc758 \uc55e\uc5d0 \uc791\uc740 \uc544\uc774\ucf58\uc774 \ucd94\uac00\ub429\ub2c8\ub2e4. \uc774 \uc544\uc774\ucf58\uc740 \uc720\ub2c8\ucf54\ub4dc \ubb38\uc790 <code>\\f105<\/code>\uc73c\ub85c \uc815\uc758\ub418\uba70, &#8216;\uad74\ub9bc\uccb4&#8217; \ud3f0\ud2b8\ub97c \uc0ac\uc6a9\ud558\uace0 200\uc758 \ud3f0\ud2b8 \ub450\uaed8\ub97c \uac00\uc9c0\uba70, \uc6d0\ub798 \ud14d\uc2a4\ud2b8\uc640 \uc544\uc774\ucf58 \uc0ac\uc774\uc5d0 5\ud53d\uc140\uc758 \uac04\uaca9\uc774 \uc0dd\uae41\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><code>:before<\/code>\uc640 <code>:after<\/code>\uc758 \ube44\uad50<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>:before<\/code>\ub294 \uc120\ud0dd\ud55c \uc694\uc18c\uc758 \uc55e\uc5d0 \uac00\uc0c1 \uc694\uc18c\ub97c \uc0bd\uc785\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li><code>:after<\/code>\ub294 \uc120\ud0dd\ud55c \uc694\uc18c\uc758 \ub4a4\uc5d0 \uac00\uc0c1 \uc694\uc18c\ub97c \uc0bd\uc785\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\ub450 \uac00\uc0c1 \uc694\uc18c \ubaa8\ub450 <code>content<\/code> \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucee8\ud150\uce20\ub97c \uc815\uc758\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\ub450 \uac00\uc0c1 \uc694\uc18c \ubaa8\ub450 \uc120\ud0dd\ud55c \uc694\uc18c\uc758 \uc2dc\uac01\uc801 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud560 \uc218 \uc788\uc9c0\ub9cc, HTML \uad6c\uc870\ub97c \ubcc0\uacbd\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\uc804\uccb4 \uc608\uc81c<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\uc774\uc81c <code>:before<\/code>\uc640 <code>:after<\/code>\ub97c \ud568\uaed8 \uc0ac\uc6a9\ud558\ub294 \uc608\uc81c\ub97c \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">&lt;!DOCTYPE html&gt;\n&lt;html lang=\"ko\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"&gt;\n    &lt;title&gt;\uac00\uc0c1 \uc694\uc18c \uc608\uc81c&lt;\/title&gt;\n    &lt;style&gt;\n        .mh-navigation .menu-item-has-children &gt; a:before {\n            font-family: '\uad74\ub9bc\uccb4';\n            font-weight: 200;\n            line-height: 1;\n            content: '\\f105';\n            margin-right: 5px;\n        }\n        .mh-navigation .menu-item-has-children &gt; a:after {\n            font-family: '\uad74\ub9bc\uccb4';\n            font-weight: 200;\n            line-height: 1;\n            content: '\\f107';\n            margin-left: 5px;\n        }\n    &lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;nav class=\"mh-navigation\"&gt;\n        &lt;ul&gt;\n            &lt;li class=\"menu-item-has-children\"&gt;&lt;a href=\"#\"&gt;\uba54\ub274 1&lt;\/a&gt;&lt;\/li&gt;\n            &lt;li&gt;&lt;a href=\"#\"&gt;\uba54\ub274 2&lt;\/a&gt;&lt;\/li&gt;\n        &lt;\/ul&gt;\n    &lt;\/nav&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;\n<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>\uc774 CSS \uaddc\uce59\uc774 \uc801\uc6a9\ub418\uba74, \ud558\uc704 \uba54\ub274\uac00 \uc788\ub294 \ub124\ube44\uac8c\uc774\uc158 \ud56d\ubaa9\uc758 \ub9c1\ud06c(a \ud0dc\uadf8)\uc758 \uc55e\uc5d0 \uc791\uc740 \uc544\uc774\ucf58\uc774 \ucd94\uac00\ub429\ub2c8\ub2e4. \uc774 \uc544\uc774\ucf58\uc740 \uc720\ub2c8\ucf54\ub4dc \ubb38\uc790 \\f105\uc73c\ub85c \uc815\uc758\ub418\uba70, &#8216;\uad74\ub9bc\uccb4&#8217; \ud3f0\ud2b8\ub97c \uc0ac\uc6a9\ud558\uace0 200\uc758 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=9454\" title=\"css before after\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[31],"tags":[],"class_list":["post-9454","post","type-post","status-publish","format-standard","hentry","category-html"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/9454","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9454"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/9454\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9454"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9454"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}