Test markdown pour patrick

This commit is contained in:
2022-05-14 17:17:02 +02:00
parent a82b688e92
commit ceb6d4f0ff
7 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
@font-face {
font-family: 'Open Sans Regular';
src: url('OpenSans-Regular.ttf')format('truetype');
}
body {
background-color: #500303;
color: #f2f2f2;
width: 34%;
margin: 40px 33% 10px 33%;
font-family: 'Open Sans Regular', sans-serif ;
}
code {
font-size: 1.1em;
}
pre {
outline: 1px solid;
border-radius: 3px;
padding: 5px;
background-color: #080808;
color: eeeeee:
}