This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaygrounds.html
64 lines (59 loc) · 3.49 KB
/
playgrounds.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Link to course projects</title>
<title>My useful examples, playgrounds and projects's results</title>
<meta name="description" content="This website is listing the work done through the scrimba course 'The Responsive web desing fundamentals' taught by Kevin Powell.">
<meta author="Jeremie Litzler">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/ee2b93b98f.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<h1>My useful examples, playgrounds and projects's results</h1>
<a class="btn theme-bg-dark theme-color-light" href="projects.html">The course projects.</a>
<a class="btn theme-bg-dark theme-color-light" href="playgrounds.html">The playground I built.</a>
<section class="playgrounds main-grid">
<h2>Flexbox properties exploration</h2>
<article>
<h3>flex-direction, flex-wrap and flew-flow</h3>
<a class="btn theme-bg-dark theme-color-light" href="4.Taking.flexbox.to.the.next.level/1.flex-direction.flex-wrap.and.flew-flow/index.flex-direction.html" title="flex-direction">flex-direction</a><br>
<a class="btn theme-bg-dark theme-color-light" href="4.Taking.flexbox.to.the.next.level/1.flex-direction.flex-wrap.and.flew-flow/index.flex-direction.html" title="flex-wrap">flex-wrap</a>
</article>
<article>
<h3>justify-content and align-items and their relationship to flex-direction</h3>
<a class="btn theme-bg-dark theme-color-light" href="4.Taking.flexbox.to.the.next.level/2.justify-content.and.align-items/index.html" title="flex-direction">playground</a>
</article>
<article>
<h3>what about align-content?</h3>
<a class="btn theme-bg-dark theme-color-light" href="4.Taking.flexbox.to.the.next.level/3.what.about.align-content/index.html" title="flex-direction">playground</a>
</article>
<article>
<h3>flex-grow and flex-shrink</h3>
<a class="btn theme-bg-dark theme-color-light" href="4.Taking.flexbox.to.the.next.level/4.flex-grow.and.flew-shrink/index.html" title="flex-direction">playground</a>
</article>
<h2>CSS Grid properties exploration</h2>
<article>
<h3>Positioning items</h3>
<a class="btn theme-bg-dark theme-color-light" href="5.CSS.Grid.the.ultimate.layout.tool/4.Grid.is.similar.to.flexbox/index.html" title="flex-direction">playground</a>
</article>
<article>
<h3>Css grid: auto-fill vs auto-fit</h3>
<a class="btn theme-bg-dark theme-color-light" href="5.CSS.Grid.the.ultimate.layout.tool/11.Practice.time.portfolio/index.auto-fit.vs.auto-fill.html" title="flex-direction">live example</a>
</article>
</section>
</main>
<footer>
<p>Made by Jeremie Litzler.</p>
<a class="fine-print" href="https://github.com/JeremieLitzler/scrimba-the-responsive-web-design" target="_blank">
<i class="fab fa-github"></i>
The source repository of this website
</a>
</footer>
</body>
</html>
<ul>