From 88cfb8e016d30a4307c7d8064bba6e7aa4fe9868 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 10 Dec 2018 08:53:43 +0000 Subject: [PATCH] Update styling in presentation slides --- .../css/presentation-imports.css | 12 ++++++------ .../css/presentation-imports.css~ | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 computer-science-blog/css/presentation-imports.css~ diff --git a/computer-science-blog/css/presentation-imports.css b/computer-science-blog/css/presentation-imports.css index 2897da2..23af745 100644 --- a/computer-science-blog/css/presentation-imports.css +++ b/computer-science-blog/css/presentation-imports.css @@ -2,6 +2,12 @@ html, body { font-family: 'Roboto'; background: transparent; } +img { + width: 70%; + box-shadow: 3px 3px 6px 2px rgba(10,10,10,0.5); + margin: 10px; + border-radius: 6px; +} /* revert changes made by Bootstrap */ p { @@ -10,9 +16,3 @@ p { 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/css/presentation-imports.css~ b/computer-science-blog/css/presentation-imports.css~ new file mode 100644 index 0000000..2897da2 --- /dev/null +++ b/computer-science-blog/css/presentation-imports.css~ @@ -0,0 +1,18 @@ +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; +}