diff --git a/style.css b/style.css index a76a785..54dfe90 100644 --- a/style.css +++ b/style.css @@ -26,6 +26,22 @@ a:hover { text-decoration: underline; } +.image { + background-color: white; + border-radius: 2px; + box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14); + box-sizing: border-box; + color: black; + line-height: 0; + margin: 5.5em auto 0; + max-width: 640px; + width: 100%; + font-size: 75%; +} +.image img{ + width: 100%; +} + .content { background-color: white; border-radius: 2px; diff --git a/template/post/content-image.php b/template/post/content-image.php new file mode 100644 index 0000000..185978a --- /dev/null +++ b/template/post/content-image.php @@ -0,0 +1,8 @@ +
> + +'; + the_content(); + echo ''; +?> +
\ No newline at end of file