Day 262

And the footer is done! Now to move onto the responsive side of HTML emails.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

          <tr> <!-- Start footer row -->
            <td>
              <table class="advanced-table" width="100%" align="left" border="0" cellspacing="0" cellpadding="0" style="padding: 0; background: #ffffff;">
                <tr>
                  <td align="center">
                    <h2 style="font-weight: 700; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #1B1B1B; text-transform: uppercase; font-size: 28px;">Hero</h2>
                  </td>
                </tr>
                <tr>
                  <td>
                    <table class="advanced-table" align="center" width="250px" align="left" border="0" cellspacing="0" cellpadding="0" style="">
                      <tr>
                        <td align="center">
                          <img src="/img/twitter_icon.png">
                        </td>
                        <td align="center">
                          <img src="/img/facebook_icon.png">
                        </td>
                        <td align="center">
                          <img src="/img/google_icon.png">
                        </td>
                        <td align="center">
                          <img src="/img/pinterest_icon.png">
                        </td>
                        <td align="center">
                          <img src="/img/linkedin_icon.png">
                        </td>
                        <td align="center">
                          <img src="/img/youtube_icon.png">
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td align="center">
                    <p style="padding: 20px 0; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #B4B4B4; font-weight: 400; line-height: 1.8; font-size: 10px;">&copy 20XX All rights Researved - Yourcompany. Is your inbox overflowing? <a href="#" style="color: #2792EC">Unsubscribe</a></p>
                  </td>
                </tr>
              </table>
            </td>
          </tr> <!-- End footer row -->

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2