Merge pull request #320 from finnala/fix-foundations-exercise-06

06-cascade-fix: Fix whitespace and add semi-colon to body selector
This commit is contained in:
Austin 2023-06-05 13:53:44 +01:00 committed by GitHub
commit f220546c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
body{
font-family:Arial, Helvetica, sans-serif
body {
font-family: Arial, Helvetica, sans-serif;
}
.para,