-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Main Ugly Page of the odin repository</title>
<style>
body *{
display: block
}
</style>
</head>
<body>
<h1>Things i did</h1>
<a href="./html-borderplate/index.html">HTML borderplate</a>
<a href="./working-with-text/index.html">Working with text</a>
<a href="./lists/index.html">List</a>
<a href="./links-and-images/index.html">Links and images</a>
<a href="./project-recipes/index.html">* Project recipes</a>
<a href="./intro-to-css/01-css-methods/index.html">Css methods</a>
<a href="./intro-to-css/02-class-id-selectors/index.html">Class id selectors</a>
<a href="./intro-to-css/03-grouping-selectors/index.html">Grouping selectors</a>
<a href="./intro-to-css/04-chaining-selectors/index.html">Chaining selectors</a>
<a href="./intro-to-css/05-descendant-combinator/index.html">Descendant combinator</a>
<a href="./the-cascade/06-cascade-fix/index.html">The cascade</a>
<a href="./block-and-inline/01-margin-and-padding-1/index.html">Margin and padding 1</a>
<a href="./block-and-inline/02-margin-and-padding-2/index.html">Margin and padding 2</a>
</body>
</html>