Skip to content

Commit 4766c60

Browse files
committed
Add header to welcome page
1 parent dd4459a commit 4766c60

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<h2>Welcome</h2>
2+
13
<p>
24
Select one of the examples from the menu.
35
</p>
6+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
p {
2-
padding: 30px
1+
:host {
2+
display: block;
3+
padding: 20px;
34
}

0 commit comments

Comments
 (0)