From c2175872d71e9e55416c0f4793c098d98d297aed Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 20 Apr 2021 09:02:07 -0400 Subject: replace class="in-page-callout webdev" with class="callout" (#589) --- files/my/learn/css/css_layout/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/my/learn') diff --git a/files/my/learn/css/css_layout/index.html b/files/my/learn/css/css_layout/index.html index 4351951f84..0268f74856 100644 --- a/files/my/learn/css/css_layout/index.html +++ b/files/my/learn/css/css_layout/index.html @@ -25,7 +25,7 @@ translation_of: Learn/CSS/CSS_layout

At this point we've already looked at CSS fundamentals, how to style text, and how to style and manipulate the boxes that your content sits inside. Now it's time to look at how to place your boxes in the right place in relation to the viewport, and one another. We have covered the necessary prerequisites so we can now dive deep into CSS layout, looking at different display settings, modern layout tools like flexbox, CSS grid, and positioning, and some of the legacy techniques you might still want to know about.

-
+

Looking to become a front-end web developer?

We have put together a course that includes all the essential information you need to work towards your goal.

-- cgit v1.2.3-54-g00ecf