Skip to content

Commit b14e079

Browse files
committed
changed the position and font of the main heading
1 parent 37aad05 commit b14e079

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Projects/dictionary/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ body {
8282
margin-top: 80px;
8383
text-align: center;
8484
}
85-
h1{
85+
h1{ padding: 100px;
8686
text-align: center;
87-
font-family: "Times New Roman", Times, serif;
88-
font-style: italic;
87+
text-decoration: underline;
88+
text-underline-position: under;
8989
}

0 commit comments

Comments
 (0)