File tree 1 file changed +41
-36
lines changed
1 file changed +41
-36
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
- < title > Codeful</ title >
7
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/picnic " />
8
- < script type ="module " src ="./js/main.mjs "> </ script >
9
- < style >
10
- body {
11
- background-color : # f6f6f6 ;
12
- color : # 444 ;
13
- }
14
- .container {
15
- max-inline-size : 980px ;
16
- margin-inline : auto;
17
- padding-inline : 2rem ;
18
- padding-block-end : 2rem ;
19
- }
20
3
21
- .cluster {
22
- display : flex;
23
- flex-wrap : wrap;
24
- gap : 0.5rem ;
25
- }
4
+ < head >
5
+ < meta charset ="UTF-8 " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Codeful</ title >
8
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/picnic " />
9
+ < script type ="module " src ="./js/main.mjs "> </ script >
10
+ < style >
11
+ body {
12
+ background-color : # f6f6f6 ;
13
+ color : # 444 ;
14
+ }
15
+
16
+ .container {
17
+ max-inline-size : 980px ;
18
+ margin-inline : auto;
19
+ padding-inline : 2rem ;
20
+ padding-block-end : 2rem ;
21
+ }
22
+
23
+ .cluster {
24
+ display : flex;
25
+ flex-wrap : wrap;
26
+ gap : 0.5rem ;
27
+ }
28
+
29
+ .cluster > .label {
30
+ margin-inline-start : 0 ;
31
+ }
32
+
33
+ </ style >
34
+ </ head >
35
+
36
+ < body >
37
+ < div class ="container ">
38
+ < header >
39
+ < h1 > Codeful</ h1 >
40
+ < p > Small apps and experiments by < a href ="https://marco.solazzi.me "> Marco Solazzi</ a > .</ p >
41
+ </ header >
42
+ < main id ="main "> </ main >
43
+ </ div >
44
+ </ body >
26
45
27
- .cluster > .label {
28
- margin-inline-start : 0 ;
29
- }
30
- </ style >
31
- </ head >
32
- < body >
33
- < div class ="container ">
34
- < header >
35
- < h1 > Codeful</ h1 >
36
- < p > Random small apps and experiments.</ p >
37
- </ header >
38
- < main id ="main "> </ main >
39
- </ div >
40
- </ body >
41
46
</ html >
You can’t perform that action at this time.
0 commit comments