DEV Community

Discussion on: Day 2 in Web Development

Collapse
 
slavcoder profile image
Sławomir

Hey. Nice to see you enjoy learning. I have a tip for you about markdown files, you can turn on highlighting sytax in code blocks by writing what kind of syntax it is right after three backticks.

body {
    background: rgb(58 ,58,58);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
Collapse
 
slkd7700 profile image
Xalman khalid

Sure in next blog i will do highlighting sytax