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