From 212124e022e68f8c03bfe24bdf08787404126c8c Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 10 May 2017 15:31:30 +0200 Subject: Add ICT in de Wolken presentation --- slides/xss/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 slides/xss/style.css (limited to 'slides/xss/style.css') diff --git a/slides/xss/style.css b/slides/xss/style.css new file mode 100644 index 0000000..d7e92e0 --- /dev/null +++ b/slides/xss/style.css @@ -0,0 +1,26 @@ +.profile { + background-color: rgba(255, 255, 255, 0.05);; + display: flex; + align-items: center; + border-radius: 8px; + max-width: 650px; + margin: 0 auto !important; +} + +.profile img { + width: 120px; + height: 120px; + border-radius: 50%; + margin: 16px !important; +} + +.profile .info { + margin: 16px; + text-align: left; +} + +.profile .pgp-key { + font-family: "Roboto Mono"; + font-size: 15px; + color: gray; +} -- cgit v1.1