blob: 8fe64a15e097a2966becf260512d8bca9de8903e (
plain) (
blame)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
|
/* /* --------------------- Open Props --------------------------- */ */
/**/
/* /* the props */ */
/* @import "https://unpkg.com/open-props"; */
/**/
/* /* optional imports that use the props */ */
/* @import "https://unpkg.com/open-props/normalize.min.css"; */
/* @import "https://unpkg.com/open-props/buttons.min.css"; */
/**/
/* /* ------------------------------------------------------------ */ */
/**/
/* body { */
/* font-family: sans-serif; */
/* text-align: center; */
/* } */
/**/
/* .container { */
/* display: flex; */
/* flex-direction: column; */
/* justify-content: space-around; */
/* align-items: center; */
/* } */
/**/
/* .container > .container { */
/* border-width: 2px; */
/* border-style: solid; */
/* border-color: gray; */
/* border-radius: 30px; */
/* margin: 0 20px 20px 0; */
/* } */
/**/
/* .box { */
/* background-color: #ffdddddd; */
/* } */
/**/
/* .nav { */
/* display: flex; */
/* flex-direction: row; */
/* justify-content: space-around; */
/* align-items: start; */
/* } */
/**/
/* nav > h1 { */
/* text-align: start; */
/* margin: 0 auto; */
/* padding: 0rem; */
/* } */
/**/
/* .buttons { */
/* display: flex; */
/* justify-content: space-evenly; */
/* } */
/**/
/* h1, */
/* h2, */
/* h3, */
/* h4, */
/* h5, */
/* h6 { */
/* text-align: center; */
/* margin: 0 auto; */
/* padding: 2rem; */
/* } */
/**/
/* p, */
/* button { */
/* margin: var(--size-6); */
/* } */
/**/
/* body > picture, */
/* button { */
/* display: block; */
/* margin-left: auto; */
/* margin-right: auto; */
/* text-align: center; */
/* margin: 2rem; */
/* } */
|