Skip to content

Commit

Permalink
Update README and prepare stylesheet for first article
Browse files Browse the repository at this point in the history
  • Loading branch information
frustratedcat committed Dec 6, 2024
1 parent 34b2200 commit d3df799
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
This is a personal blog where I show my writing, photography, and reading list. Please visit https://frustratedcat.github.io/blog
# Welcome To The Frustrated Cat Blog!

This is a personal blog where I will present the following:
- Fictional Stories
- Articles
- Reviews
- Photography
- Reading Lists
- My Personal Library

Please visit the blog [here](https://frustratedcat.github.io/blog)!
Empty file removed script.js
Empty file.
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,25 @@ ul {
margin-top: 30px;
}


.article-body-container {
display: flex;
flex-direction: column;
align-items: center;
}

.article-h1 {
margin-bottom: 10px;
}

.article-h2 {
margin-bottom: 30px;
}

.article-document-fuchsia {
color: #d21e98;
}

@media (max-width: 900px) {
.fiction-article-description {
margin-left: 30px;
Expand Down

0 comments on commit d3df799

Please sign in to comment.