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
Copy file name to clipboardExpand all lines: WCC-CSS/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,13 @@ I have prepared a basic layout with all kinds of different HTML elements.
16
16
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.
17
17
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).
18
18
19
+
20
+

21
+
<divalign="center">
22
+
<small><i>Basic HTML Layout without any specified CSS Rulesets</i></small>
23
+
</div>
24
+
<br><br>
25
+
19
26
```html
20
27
<!DOCTYPE html>
21
28
<html>
@@ -133,10 +140,3 @@ If you are not using an IDE (Integrated Development Environment) yet, have a loo
133
140
</body>
134
141
</html>
135
142
```
136
-
137
-
138
-

139
-
<divalign="center">
140
-
<small><i>Basic HTML Layout without any specified CSS Rulesets</i></small>
0 commit comments