1 Commits

Author SHA1 Message Date
asus
4935c0accd create styles folder 2023-11-05 21:19:53 +01:00
2 changed files with 20 additions and 21 deletions

View File

@@ -8,29 +8,9 @@
<title>hugulumu.fr</title> <title>hugulumu.fr</title>
<meta name="description" content="site web de hugo lamy, developpeur"> <meta name="description" content="site web de hugo lamy, developpeur">
<script type="text/javascript" src="./scripts/load_html.js" defer></script> <script type="text/javascript" src="./scripts/load_html.js" defer></script>
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<!-- <!--
<link href="./style.css" type="text/css" rel="stylesheet">
--> -->
<style>
body {
overflow-x: hidden;
}
body * {
display: flex;
margin: auto;
}
script, style {
display: none;
}
p, pre {
line-height: 0.8;
font-size: 12px;
font-family: monospace;
}
pre {
margin: 10px 0px;
}
</style>
</head> </head>
<body> <body>

19
styles/style.css Normal file
View File

@@ -0,0 +1,19 @@
body {
overflow-x: hidden;
}
body * {
display: flex;
margin: auto;
}
script, style {
display: none;
}
p, pre {
line-height: 0.8;
font-size: 12px;
font-family: monospace;
}
pre {
margin: 10px 0px;
}