
3 changed files with 11 additions and 2 deletions
@ -1,3 +1,8 @@ |
|||
h1 { |
|||
color: blue; |
|||
} |
|||
|
|||
h3{ |
|||
color: green; |
|||
background-color: rgb(253, 31, 116); |
|||
} |
@ -1 +1,3 @@ |
|||
console.log("Hello JS") |
|||
console.log("Hello JS") |
|||
console.log("End of Line") |
|||
console.log("Begin of End") |
Loading…
Reference in new issue