mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-15 14:12:30 +00:00
48 lines
857 B
HTML
48 lines
857 B
HTML
<article>
|
|
<header>
|
|
<img
|
|
src="../templates/.vuepress/public/logo.svg"
|
|
width="140"
|
|
height="140"
|
|
/>
|
|
<h1>macOS <code>defaults</code> list</h1>
|
|
</header>
|
|
</article>
|
|
|
|
<style>
|
|
body {
|
|
width: 1500px;
|
|
}
|
|
|
|
article {
|
|
background: url('./macos-12.png');
|
|
width: 1437px;
|
|
height: 719px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
article header {
|
|
background: #ffffffdd;
|
|
width: 1100px;
|
|
height: 200px;
|
|
border-radius: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 40px;
|
|
}
|
|
|
|
article header h1 {
|
|
font-family: -apple-system-headline, BlinkMacSystemFont, sans-serif;
|
|
font-size: 5rem;
|
|
color: #1d1d1f;
|
|
}
|
|
|
|
article header h1 code {
|
|
background: #cccccc;
|
|
border-radius: 15px;
|
|
padding: 0 1rem;
|
|
}
|
|
</style>
|