Skip to content

Commit e7c9375

Browse files
committed
Added missing close parenthesis.
1 parent 29a14f1 commit e7c9375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/frontend/basic_CSS.step

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ When you save and refresh your browser, you should see the styles you added:
9494

9595
<img src='img/hello_style.png'>
9696

97-
The `type` and `media` attributes inside of the `<style>` tag give the browser more context for how to deal with the included information. In this case, we're telling it that the type is HTML/CSS, and that it's being displayed on a screen (as opposed to `media=\"print\"`, which is usually specially styled so it looks reasonable when printed.
97+
The `type` and `media` attributes inside of the `<style>` tag give the browser more context for how to deal with the included information. In this case, we're telling it that the type is HTML/CSS, and that it's being displayed on a screen (as opposed to `media=\"print\"`, which is usually specially styled so it looks reasonable when printed).
9898

9999
To visualize the relations between elements of **Content**, **Padding**, **Border**, and **Margin**, otherwise known as the CSS Box Model, here is an example of how this fits in:
100100

0 commit comments

Comments
 (0)