Styling the Chat
A fairly simple lesson about CSS styling for our chat window.
We'll cover the following...
We'll cover the following...
At the end of the previous lesson, the chat window looked something like this:
The messages have been rendered, but they don’t look appealing at all do they?
Let’s sprinkle some CSS goodness and get this party started :)
Starting with the Chat Window, create a new file, ChatWindow.css in the containers directory.
Do not ...