styles
This commit is contained in:
25
sass/styles.scss
Normal file
25
sass/styles.scss
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
body {
|
||||||
|
background-color: #EEEEE4;
|
||||||
|
color: #452A21;
|
||||||
|
line-height: 1.6;
|
||||||
|
font-size: 19px;
|
||||||
|
width: 750px;
|
||||||
|
margin: auto;
|
||||||
|
margin-top: 100px;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #1A7FAD;
|
||||||
|
}
|
||||||
|
code, blockquote {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 0;
|
||||||
|
padding: 4px;
|
||||||
|
background-color: #FAE8B6;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
@@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Andromeda's blog</title>
|
<title>Andromeda's blog</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
|
Reference in New Issue
Block a user