
3 changed files with 12 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||
h1 { |
|||
color: pink; |
|||
} |
|||
|
|||
h3 { |
|||
color: purple; |
|||
background-color: green; |
|||
} |
@ -1 +1,2 @@ |
|||
console.log("Hello JS"); |
|||
console.log("Hello JS"); |
|||
console.log("End of Line"); |
Loading…
Reference in new issue