You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,13 +28,13 @@ needed to render the content. The web browser requests the CSS file after the
28
28
HTML file as shown below in a screenshot captured of the Chrome Web Developer
29
29
Tools network traffic.
30
30
31
-
<imgsrc="/img/visuals/css-chrome-dev-tools.jpg"width="100%"alt="Google Chrome Web Developer Tools shows how CSS is separate from the HTML content."class="technical-diagram" />
31
+
<imgsrc="/img/visuals/css-chrome-dev-tools.jpg"width="100%"alt="Google Chrome Web Developer Tools shows how CSS is separate from the HTML content."class="shot rnd outl">
32
32
33
33
That request for the fsp.css file is made because the HTML file for Full
34
34
Stack Python contains a reference to ``theme/css/fsp.css`` which is shown
35
35
in the view source screenshot below.
36
36
37
-
<imgsrc="/img/visuals/fsp-css-source.jpg"width="100%"alt="View source screenshot for the fsp.css file in index.html."class="technical-diagram" />
37
+
<imgsrc="/img/visuals/fsp-css-source.jpg"width="100%"alt="View source screenshot for the fsp.css file in index.html."class="shot rnd outl" />
38
38
39
39
40
40
## CSS preprocessors
@@ -96,6 +96,10 @@ web application's design.
96
96
is one of the largest collections of valuable resources for frontend
0 commit comments