aboutsummaryrefslogtreecommitdiff
path: root/files/uk/learn/css
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-04-20 09:02:07 -0400
committerGitHub <noreply@github.com>2021-04-20 15:02:07 +0200
commitc2175872d71e9e55416c0f4793c098d98d297aed (patch)
tree37cf99d2d5502eeb7a9ae44f243fa3f1f167b628 /files/uk/learn/css
parent27beb2c4d0805c5e22a2e643db6d40a5a91e0f6f (diff)
downloadtranslated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.gz
translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.bz2
translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.zip
replace class="in-page-callout webdev" with class="callout" (#589)
Diffstat (limited to 'files/uk/learn/css')
-rw-r--r--files/uk/learn/css/css_layout/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/uk/learn/css/css_layout/index.html b/files/uk/learn/css/css_layout/index.html
index a769852c74..ed65a3192e 100644
--- a/files/uk/learn/css/css_layout/index.html
+++ b/files/uk/learn/css/css_layout/index.html
@@ -8,7 +8,7 @@ original_slug: Learn/CSS/CSS_розмітка
<p class="summary">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.</p>
-<div class="in-page-callout webdev">
+<div class="callout">
<h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3>
<p>We have put together a course that includes all the essential information you need to work towards your goal.</p>