image
<div class="desktop-graphic"> <img src="../../../images/demo-screen.png" alt="" /> <div class="desktop-graphic_image" style="background-image: url('../../../images/stock-1.jpg')"></div> </div>
<div class="desktop-graphic-scroll"> <img src="../../../images/demo-screen.png" alt="" /> <div class="desktop-graphic_image" style="background-image: url('../../../images/stock-2.jpg')"></div> </div>
<img class="mobile-graphic" src="../../../images/mobile-screen.png" />
Available colors:
<img class="mobile-graphic-purple" src="../../../images/mobile-screen.png" />
The class center-xy
will horizontally and vertically center an image in a container. Alone this doesn't have much practical use, but can be used in different creative ways.
<div class="center-xy hide-overflow" style="height: 88px; width: 180px;"> <img src="../../../images/team/team-1.jpg"> </div>