{"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>\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>\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,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[31],"tags":[],"class_list":["post-9454","post","type-post","status-publish","format-standard","hentry","category-html"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>css before after - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=9454\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"css before after - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"\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 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=9454\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-23T01:08:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-23T01:09:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png\" \/>\n\t<meta property=\"og:image:width\" content=\"458\" \/>\n\t<meta property=\"og:image:height\" content=\"220\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"css before after\",\"datePublished\":\"2024-07-23T01:08:49+00:00\",\"dateModified\":\"2024-07-23T01:09:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454\"},\"wordCount\":5,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-10.png\",\"articleSection\":[\"[Dev]HTML\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454\",\"name\":\"css before after - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-10.png\",\"datePublished\":\"2024-07-23T01:08:49+00:00\",\"dateModified\":\"2024-07-23T01:09:47+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#primaryimage\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-10.png\",\"contentUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-10.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9454#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"css before after\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"css before after - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=9454","og_locale":"ko_KR","og_type":"article","og_title":"css before after - AuctionPro","og_description":"\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 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=9454","og_site_name":"AuctionPro","article_published_time":"2024-07-23T01:08:49+00:00","article_modified_time":"2024-07-23T01:09:47+00:00","og_image":[{"width":458,"height":220,"url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png","type":"image\/png"}],"author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=9454#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9454"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"css before after","datePublished":"2024-07-23T01:08:49+00:00","dateModified":"2024-07-23T01:09:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9454"},"wordCount":5,"commentCount":0,"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9454#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png","articleSection":["[Dev]HTML"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=9454#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=9454","url":"https:\/\/www.auctionpro.co.kr\/?p=9454","name":"css before after - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9454#primaryimage"},"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9454#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png","datePublished":"2024-07-23T01:08:49+00:00","dateModified":"2024-07-23T01:09:47+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9454#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=9454"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.auctionpro.co.kr\/?p=9454#primaryimage","url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png","contentUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2024\/07\/image-10.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=9454#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"css before after"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"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}]}}