Skip to content

Commit a8bc6a8

Browse files
authored
Change h1 and p text color to lime
1 parent 1553a4e commit a8bc6a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css-test/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ <h1 class="h1"><strong>This is a webpage!</strong></h1>
77
<style>
88
h1 {
99
font-family: consolas;
10+
color: lime;
1011
}
1112

1213
p {

0 commit comments

Comments
 (0)