mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
28 lines
492 B
HTML
28 lines
492 B
HTML
<article>
|
|
<header>
|
|
<img src="../docs/.vuepress/public/logo.svg" width="820" height="770" />
|
|
</header>
|
|
</article>
|
|
|
|
<style>
|
|
body {
|
|
width: 1600px;
|
|
}
|
|
|
|
article {
|
|
background: url('./macos-13.jpg') 1568px 1508px;
|
|
background-size: cover;
|
|
width: 1568px;
|
|
height: 1508px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
article header {
|
|
background: #ffffff;
|
|
width: 820px;
|
|
height: 770px;
|
|
border-radius: 50px;
|
|
}
|
|
</style>
|