CMS Project

Create a Blog Post

Blog Post:

My journey on creating this:

Learning javascript is hard for me. The syntax is a lot different than html and css. I had to rewatch some lectures because I thought I knew the right codes but when I tried to click the submit button, nothing was happening. And most of it was as simple as not referencing the correct id name or forgetting to call my functions. I'm still struggling to figure out how to display the title, the blog post, and date all together as one post.

Working on color changes

Working on changing the colors of the background and text now. As you can see from this photo below, the entire div is green but I only want the blog post background to be green...

green background problem

I watched the bonus lecture for the cms project to help me fix some issues I couldn't figure out. The code to create this was very complex but interesting to see how things were connecting to each other.

Unsolved problems

Even though I was able to display the title, date, and content, it displayed as 3 separate paragraphs. I also couldn't figure out how to change the background of the blog post instead of the entire div. And the change font color isn't working either...