Teasers for DB (v0.05)

by Vladimir

HTML

<article>
  <img src="https://softok.info/wp-content/uploads/Skype-logo-200x200.png" />
  <header>
    Skype
  </header>
</article>

CSS

article {
  background-image: linear-gradient(45deg, #2e9231, #fff81b);
  width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

img {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50px;
}

header {
  margin: 100px 0 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 10px 10px;
  min-height: 200px;
  text-align: center;
}