FNaF3 End Newspaper

Five Nights at Freddy's 3 Ending Newspaper in HTML.

by MegaScience

HTML

<table style="background-color: #E3E3E3; color: black; font-family: 'Courier New', Courier, monospace; font-size: 15px; border: 3px solid black; width: 1024px; height: 768px; border-collapse: collapse;">
    <tr>
        <td style="width: 22%; padding: 0;">
            <table style="width: 100%; height: 100%; border-collapse: collapse; color: transparent; text-shadow: 0 0 2px rgba(0,0,0,0.5);">
                <tr style="height: 34%;">
                    <td style="vertical-align: bottom;">Looking back on many of my old games, I’ve found that there is almost always a broken-down robot in them. I’m not sure why this seems to be such a recurring theme in my games, but it’s obvious that it’s something haunting me.</td>
                </tr>
                <tr style="height: 43%; border-top: 3px solid black; border-bottom: 3px solid black; box-sizing: border-box;">
                    <td>Before I began work on FNaF, I had to choose what game to make out of three potential games, knowing it might be my last try before having to start a new career. I was choosing between a sequel to The Desolate Hope, a remake of my first game – Legacy of Flan, or a new idea about animatronics and security cameras.</td>
                </tr>
                <tr>
                    <td style="padding-right: 5px;">While working on the first game, I started a crowdfunding campaign for it. I raised exactly zero dollars.</td>
                </tr>
            </table>
        </td>
        <td style="width: 52%; border-right: 3px solid black; border-left: 3px solid black; box-sizing: border-box; padding: 0;">
            <table style="width: 100%; height: 100%; border-collapse: collapse;">
                <tr style="vertical-align: bottom; color: transparent; text-shadow: 0 0 2px rgba(0,0,0,0.5);">
                    <td>Fun fact: The names Freddy, Bonnie, Chica and Foxy were just nicknames while I worked on the characters. I was planning on giving them official names later but had...

CSS

td {
  text-align: justify;
}