changes from prx + fix indentation

This commit is contained in:
Solene Rapenne 2021-09-26 23:53:16 +02:00
parent 0d3fd95f9d
commit 9f0a0fdb78
1 changed files with 25 additions and 26 deletions

View File

@ -2,29 +2,28 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenBSD_WEBZINE_ISSUE #1</title> <title>OpenBSD_WEBZINE_ISSUE #__ISSUE__</title>
<style> <style>
h1 {
#title {
text-align: center; text-align: center;
font-size:3em; font-size:3em;
font-weight:bold; font-weight:bold;
margin:1.25em auto;
} }
#banner { #banner {
border-top: .2em double black; border-top: .2em double black;
border-bottom: .2em double black; border-bottom: .2em double black;
padding:.5em; padding:.5em;
margin-bottom:2em; margin-bottom:2em;
} display: flex;
justify-content: space-between;
.right {
text-align:right;
float:right;
} }
.puffies { .puffies {
margin: auto; margin: auto;
text-align: center; text-align: center;
} }
.permalink { .permalink {
@ -35,6 +34,7 @@ h1 {
.permalink:visited { .permalink:visited {
color: black; color: black;
} }
.permalink:hover { .permalink:hover {
color: darkgrey; color: darkgrey;
} }
@ -45,25 +45,24 @@ p {
} }
html, body { html, body {
margin: auto;
font-size: 1.1em; font-size: 1.1em;
font-family:serif; font-family:serif;
} background-color: #fff;
html {
background-color: #F5F5F5;
} }
body { body {
background-color: #FEFEFE; margin: 1em auto;
padding: 30px; padding: 30px;
max-width: 80ch; max-width: 80ch;
} border: 1px solid #111;
main { background-color: #FEFEFE;
column-count:2; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
column-gap: 2em;
} }
main {
column-count:2;
column-gap: 2em;
}
</style> </style>
</head> </head>