Skip to content

Commit e1eca90

Browse files
Update README.md
1 parent 1181bf0 commit e1eca90

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

WCC-CSS/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ I have prepared a basic layout with all kinds of different HTML elements.
1616
Feel free to use it in an [online code editor like CodePen](https://codepen.io/dailysh-it/pen/gOYZXQX) or copy it to your local development environment.
1717
If you are not using an IDE (Integrated Development Environment) yet, have a look on our [list of IDE's](WCC-Glossary#ide-integrated-development-environment).
1818

19+
20+
![Basic HTML Layout without any specified CSS Rulesets](./css-basic-layout.png)
21+
<div align="center">
22+
<small><i>Basic HTML Layout without any specified CSS Rulesets</i></small>
23+
</div>
24+
<br><br>
25+
1926
```html
2027
<!DOCTYPE html>
2128
<html>
@@ -133,10 +140,3 @@ If you are not using an IDE (Integrated Development Environment) yet, have a loo
133140
</body>
134141
</html>
135142
```
136-
137-
138-
![Basic HTML Layout without any specified CSS Rulesets](./css-basic-layout.png)
139-
<div align="center">
140-
<small><i>Basic HTML Layout without any specified CSS Rulesets</i></small>
141-
</div>
142-
<br><br>

0 commit comments

Comments
 (0)