Skip to content

Commit f32af90

Browse files
committed
🔍 Keep media pages (f5d4d14)
1 parent c11ae52 commit f32af90

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

media/media-1x1.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<article>
2+
<header>
3+
<img
4+
src="../docs/.vuepress/public/logo.svg"
5+
width="820"
6+
height="770"
7+
/>
8+
</header>
9+
</article>
10+
11+
<style>
12+
body {
13+
width: 1600px;
14+
}
15+
16+
article {
17+
background: url('./macos-13.jpg') 1568px 1508px;
18+
background-size: cover;
19+
width: 1568px;
20+
height: 1508px;
21+
display: flex;
22+
justify-content: center;
23+
align-items: center;
24+
}
25+
26+
article header {
27+
background: #ffffff;
28+
width: 820px;
29+
height: 770px;
30+
border-radius: 50px;
31+
}
32+
</style>

media/media-2x1.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<article>
2+
<header>
3+
<img
4+
src="../docs/.vuepress/public/logo.svg"
5+
width="140"
6+
height="140"
7+
/>
8+
<h1>macOS <code>defaults</code> list</h1>
9+
</header>
10+
</article>
11+
12+
<style>
13+
body {
14+
width: 1500px;
15+
}
16+
17+
article {
18+
background: url('./macos-13.jpg');
19+
background-size: cover;
20+
width: 1437px;
21+
height: 719px;
22+
display: flex;
23+
justify-content: center;
24+
align-items: center;
25+
}
26+
27+
article header {
28+
background: #ffffffdd;
29+
width: 1100px;
30+
height: 200px;
31+
border-radius: 50px;
32+
display: flex;
33+
justify-content: center;
34+
align-items: center;
35+
gap: 40px;
36+
}
37+
38+
article header h1 {
39+
font-family: -apple-system-headline, BlinkMacSystemFont, sans-serif;
40+
font-size: 5rem;
41+
color: #1d1d1f;
42+
}
43+
44+
article header h1 code {
45+
background: #cccccc;
46+
border-radius: 15px;
47+
padding: 0 1rem;
48+
}
49+
</style>

0 commit comments

Comments
 (0)