Line 211: | Line 211: | ||
ul.img-home img { | ul.img-home img { | ||
+ | width: 100%; | ||
+ | height: 100% | ||
+ | } | ||
+ | |||
+ | ul.img-third { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | text-align: center; | ||
+ | width: calc(33%); | ||
+ | height: scale | ||
+ | |||
+ | } | ||
+ | |||
+ | ul.img-third li { | ||
+ | display: inline-block; | ||
+ | margin: 5px 0 0 0; | ||
+ | border: 0px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | ul.img-third img { | ||
width: 100%; | width: 100%; | ||
height: 100% | height: 100% |
Revision as of 01:12, 17 October 2016