• Sign in

web / steffers.org · Files

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • steffers.org
  • react
  • src
  • Common
  • Title.css
  • first go version
      c796f10f
    Georg Hopp authored
    2017-11-10 18:40:43 +0100  
    Browse Files »
Title.css 304 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.title {
  position: relative;
  text-align: center;
  width: 60%;
  padding-bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.title img {
  display: inline-block;
  vertical-align: middle;
}
.title h2 {
  display: inline-block;
  vertical-align: middle;
}
.title p {
  padding-top: 10px;
}