Skip to content

Commit a4a8e07

Browse files
committed
feat: ⛓️
1 parent daaf905 commit a4a8e07

File tree

3 files changed

+263
-154
lines changed

3 files changed

+263
-154
lines changed

assets/css/style-jailed.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
html {
2+
-webkit-text-size-adjust: 100%;
3+
box-sizing: border-box;
4+
-moz-tab-size: 4;
5+
tab-size: 4;
6+
word-break: normal;
7+
background-color: var(--background);
8+
font-family: Roboto, sans-serif;
9+
}
10+
11+
*,
12+
:after,
13+
:before {
14+
background-repeat: no-repeat;
15+
box-sizing: inherit
16+
}
17+
18+
:after,
19+
:before {
20+
text-decoration: inherit;
21+
vertical-align: inherit
22+
}
23+
24+
* {
25+
margin: 0;
26+
padding: 0
27+
}
28+
29+
body {
30+
display: flex;
31+
flex-direction: column;
32+
gap: 4rem;
33+
justify-content: center;
34+
align-items: center;
35+
margin: 2rem 0;
36+
}
37+
38+
header > img {
39+
width: 256px;
40+
max-width: 70vw;
41+
}
42+
43+
main {
44+
max-width: min(50rem, 90vw);
45+
}

assets/images/jailed.svg

Lines changed: 98 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)