Skip to content

Commit

Permalink
css style
Browse files Browse the repository at this point in the history
  • Loading branch information
luapDDas committed Mar 27, 2024
1 parent f2b3628 commit 21e11b2
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://unpkg.com/normalize.css">
<link rel="stylesheet" href="https://unpkg.com/magick.css">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -19,25 +21,7 @@
4. Publish the updated page!
-->
<title>what wolf?</title>
<style>
@media (prefers-color-scheme: dark) {
html { background-color: #111111; color: #fbfbfb; }
a { color: #ca8465; }
}
body {
line-height: 1.6;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
margin: 1rem auto;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img.u-photo { border-radius: 50%; }
ul { padding: 0; list-style: none; }
</style>

</head>

<body>
Expand Down

0 comments on commit 21e11b2

Please sign in to comment.