int.support OTHER STUFF

by Jordan Dayton

HTML

<div class="header-wrapper">
  <div class="box">
    <div class="header-title">Human Resources</div>
    <div class="textbox">
      <div style="display:table;">
        <span>
          <img style="vertical-align:middle" src="https://community.canvaslms.com/resources/statics/176812/Mesh-50.png?a=1478040220370"/>
        </span>
        <span>Enter_Asset_Title_Here
        </span>
      </div>

      <div style="display:table;">
        <span>
          <img style="vertical-align:middle" src="https://community.canvaslms.com/resources/statics/176812/Mesh-50.png?a=1478040220370"/>
        </span>
        <span>Enter_Asset_Title_Here
        </span>
      </div>

      <div style="display:table;">
        <span>
          <img style="vertical-align:middle" src="https://community.canvaslms.com/resources/statics/176812/Mesh-50.png?a=1478040220370"/>
        </span>
        <span>Enter_Asset_Title_Here
        </span>
      </div>

      <div style="display:table;">
        <span>
          <img style="vertical-align:middle" src="https://community.canvaslms.com/resources/statics/176812/Mesh-50.png?a=1478040220370"/>
        </span>
        <span>Enter_Asset_Title_Here
        </span>
      </div>


    </div>
  </div>
<div class="middle"></div>
  <div class="box">
    <div class="header-title">IT Resources</div>
    <div class="textbox">
      <div style="display:table;">
        <span>
          <img style="vertical-align:middle" src="https://community.canvaslms.com/resources/statics/176812/Mesh-50.png?a=1478040220370"/>
        </span>
        <span>Enter_Asset_Title_Here
        </span>
      </div>

      <div style="display:table;">
        <span>
          <img style="vertical-align:middle" src="https://community.canvaslms.com/resources/statics/176812/Mesh-50.png?a=1478040220370"/>
        </span>
        <span>Enter_Asset_Title_Here
        </span>
      </div>

      <div style="display:table;">
        <span>
          <img style="vertical-align:middle"...

CSS

body {
  color: #5e5e5e;
  font: 13px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p {
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 40px;
}

a:link {
  color: #0080CC;
  text-decoration: none;
}

a:hover {
  color: #58585B;
  text-decoration: none;
}

a:visited {
  color: #0080CC;
}

.header-wrapper {
  display: table;
  width: 100%;
  text-align: center;
  margin-left: 0px;
}

.box {
  display: table-cell;
  border-radius: 5px;
  width: 48%;
  text-align: center;
}

.header-title {
  background-color: #513B56;
  line-height: 60px;
  text-align: center;
  height: 60px;
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.textbox {
  color: white;
  font-weight: normal;
  text-align: left;
  padding: 15px 20px 40px 20px;
  height: auto;
  background-color: #815d89
}

.middle {
  display: table-cell;
  width: 4%;
  text-align: center;
}

span {
  vertical-align: middle;
  display: table-cell;
  padding: 6px;
  font-size: 18px;
}