@CodinGitHubSubmitted almost 4 years ago
Any suggestions on how I can improve are welcome!
Any suggestions on how I can improve are welcome!
Feel free to leave some suggestion to improve.
Good work!
If it helps, I have used this code for the horizontal rule:
hr {
border-style: solid none none;
border-color: #E8E8E8;
border-width: 1px;
}
It seems to work well.