Test markdown pour patrick
This commit is contained in:
21
patrick-markdown/assets/ghost.css
Normal file
21
patrick-markdown/assets/ghost.css
Normal file
@@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans Regular';
|
||||
src: url('OpenSans-Regular.ttf')format('truetype');
|
||||
}
|
||||
|
||||
body {
|
||||
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: #f2f2f2;
|
||||
}
|
Reference in New Issue
Block a user