init
This commit is contained in:
40
articles/static/index.css
Normal file
40
articles/static/index.css
Normal file
@@ -0,0 +1,40 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
|
||||
|
||||
body {
|
||||
background: #1e293b;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
color: #f1f5f9;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #7dd3fc;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
padding-left: 20px
|
||||
}
|
||||
|
||||
.one-post {
|
||||
background: #273449;
|
||||
border: solid 1px #334155;
|
||||
border-radius: 10px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.article-created-date {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.archive {
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
display: grid;
|
||||
padding: 20px;
|
||||
gap: 20px;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
}
|
||||
Reference in New Issue
Block a user