Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
/*---Properties-----------------------------------------------------------------------------------*/ | /*---Properties-----------------------------------------------------------------------------------*/ | ||
html, body { | html, body { | ||
Line 910: | Line 905: | ||
width: 50vw; | width: 50vw; | ||
} | } | ||
+ | .wcontent-img33{ | ||
+ | width: 33%; | ||
+ | display: inline-block; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .wcontent-img50{ | ||
+ | width: 49%; | ||
+ | display: inline-block; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .wcontent-img-solo25{ | ||
+ | width: 25vw; | ||
+ | display:block; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .wcontent-img-solo50{ | ||
+ | width: 50vw; | ||
+ | display:block; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .wcontent-caption{ | ||
+ | margin-top: 2vh; | ||
+ | margin-bottom: 2vh; | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | color: #777777; | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 00:39, 12 October 2016