diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..89a2007 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/src/style.css b/src/style.css index 6f1a246..ee9fbe4 100644 --- a/src/style.css +++ b/src/style.css @@ -3,6 +3,12 @@ padding: 0; box-sizing: border-box; } +/*Exercise 1*/ +a +{ + color: black; + font: bold; +} html { font: normal 13px sans-serif; @@ -17,6 +23,7 @@ html { } .comment { + display: flex; border-radius: 3px; margin-bottom: 45px; @@ -101,10 +108,11 @@ html { background-color: #f3f3f3; } -.comment.author-comment p { - /* change background color to light blue */ - order: 1; -} + .comment.author-comment p { + /* change background color to light blue */ + order: 1; + background-color: lightblue; + } .user-comment p:after { content: '';