From 619211e9ba8a68c9d5de346dfc73fa0686c9148d Mon Sep 17 00:00:00 2001 From: Yeji Choi <61399588+yechoi42@users.noreply.github.com> Date: Sun, 18 Jul 2021 22:58:53 +0900 Subject: fix: delete wiki.mozilla.org from ko files (#1567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: delete wiki.mozilla.org from ko/learn files * fix: delete wiki.mozilla.org from ko/glossary files * fix: remove wiki * fix: remove python script file 잘못올렸습니다.. ㅠ * Update files/ko/web/html/attributes/index.html Co-authored-by: hochan222 --- files/ko/web/guide/css/block_formatting_context/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ko/web/guide/css') diff --git a/files/ko/web/guide/css/block_formatting_context/index.html b/files/ko/web/guide/css/block_formatting_context/index.html index 3a46d31f0a..f15e711dec 100644 --- a/files/ko/web/guide/css/block_formatting_context/index.html +++ b/files/ko/web/guide/css/block_formatting_context/index.html @@ -49,7 +49,7 @@ translation_of: Web/Guide/CSS/Block_formatting_context

Let's have a look at a couple of these in order to see the effect creating a new BFC.

-

In the following example, we have a floated element inside a <div> with a border applied. The content of that <div> has floated alongside the floated element. As the content of the float is taller than the content alongside it, the border of the <div> now runs through the float. As explained in the guide to in-flow and out of flow elements, the float has been taken out of flow so the background and border of the <div> only contain the content and not the float.

+

In the following example, we have a floated element inside a <div> with a border applied. The content of that <div> has floated alongside the floated element. As the content of the float is taller than the content alongside it, the border of the <div> now runs through the float. As explained in the guide to in-flow and out of flow elements, the float has been taken out of flow so the background and border of the <div> only contain the content and not the float.

using overflow: auto

@@ -161,7 +161,7 @@ translation_of: Web/Guide/CSS/Block_formatting_context

여백 상쇄

-

Creating a new BFC to avoid the margin collapsing between two neighbor div:

+

Creating a new BFC to avoid the margin collapsing between two neighbor div:

HTML

-- cgit v1.2.3-54-g00ecf