Skip to content

Commit 29a14f1

Browse files
committed
Deleted duplicate word.
1 parent fb8a05b commit 29a14f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sites/en/frontend/basic_CSS.step

+2-3
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ 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 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

101101
<img src='img/boxmodel.png'>
102-
102+
103103
MARKDOWN
104104
end
105105

@@ -124,4 +124,3 @@ Here are two screen shots of the same HTML page, but on the right side, we've tu
124124
end
125125

126126
next_step "HTML_attributes"
127-

0 commit comments

Comments
 (0)