diff --git a/computer-science-blog/css/presentation-imports.css~ b/computer-science-blog/css/presentation-imports.css~
deleted file mode 100644
index 2897da2..0000000
--- a/computer-science-blog/css/presentation-imports.css~
+++ /dev/null
@@ -1,18 +0,0 @@
-html, body {
- font-family: 'Roboto';
- background: transparent;
-}
-
-/* revert changes made by Bootstrap */
-p {
- margin: 0;
-}
-h1, h2, h3, .h1, .h2, .h3 {
- margin-top: 0;
-}
-img {
- width: 70%;
- box-shadow: 3px 3px 6px 2px rgba(10,10,10,0.5);
- margin: 10px;
- border-radius: 6px;
-}
diff --git a/computer-science-blog/pages/html.html b/computer-science-blog/pages/html.html
index 70bbc4e..e6f3118 100644
--- a/computer-science-blog/pages/html.html
+++ b/computer-science-blog/pages/html.html
@@ -28,8 +28,9 @@
<img src="image_source_url">
- HTML is closely linked with CSS and JavaScript; a comment in HTML is started with
- <!-- and ended with -->.
+ A comment in HTML is started with <!-- and ended with -->.
+
+ HTML is closely linked with CSS and JavaScript.