From: Javier Sancho Date: Fri, 23 Feb 2018 09:38:38 +0000 (+0100) Subject: CSS class for images floating to the left side X-Git-Url: https://git.jsancho.org/?p=blog.git;a=commitdiff_plain;h=fe004bf49bb0e14fdb9d09487b064008f42090bf;ds=sidebyside CSS class for images floating to the left side --- diff --git a/css/custom.css b/css/custom.css index 2ea042a..4fb0c9f 100644 --- a/css/custom.css +++ b/css/custom.css @@ -9,3 +9,8 @@ #page-content > section[role="main"] a { color: #e95420; } + +.image-left { + float: left; + margin: 0px 15px 15px 0px; +}