<div class="container">
<table class="responsive-table">
<caption>Top 10 Grossing Animated Films of All Time</caption>
<thead>
<tr>
<th scope="col">Film Title</th>
<th scope="col">Released</th>
<th scope="col">Studio</th>
<th scope="col">Worldwide Gross</th>
<th scope="col">Domestic Gross</th>
<th scope="col">International Gross</th>
<th scope="col">Budget</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="7">Sources: <a href="http://en.wikipedia.org/wiki/List_of_highest-grossing_animated_films" rel="external">Wikipedia</a> & <a href="http://www.boxofficemojo.com/genres/chart/?id=animation.htm" rel="external">Box Office Mojo</a>. Data is current as of March 31, 2021.</td>
</tr>
</tfoot>
<tbody>
<tr>
<th scope="row">The Lion King (2019 remake)</th>
<td data-title="Released">2019</td>
<td data-title="Studio">Disney</td>
<td data-title="Worldwide Gross" data-type="currency">$1,657,870,986</td>
<td data-title="Domestic Gross" data-type="currency">$543,638,043</td>
<td data-title="International Gross" data-type="currency">$1,114,232,943</td>
<td data-title="Budget" data-type="currency">$260,000,000</td>
</tr>
<tr>
<th scope="row">Frozen II</th>
<td data-title="Released">2019</td>
<td data-title="Studio">Disney</td>
<td data-title="Worldwide Gross" data-type="currency">$1,450,026,933</td>
<td data-title="Domestic Gross" data-type="currency">$477,373,578</td>
<td data-title="International Gross" data-type="currency">$972,653,355</td>
<td data-title="Budget" data-type="currency">$150,000,000</td>
</tr>
<tr>
<th scope="row">Frozen</th>
<td data-title="Released">2013</td>
<td data-title="Studio">Disney</td>
<td data-title="Worldwide Gross" data-type="currency">$1,281,019,275</td>
<td data-title="Domestic Gross" data-type="currency">$400,953,009</td>
<td data-title="International Gross" data-type="currency">$880,066,266</td>
<td data-title="Budget" data-type="currency">$150,000,000</td>
</tr>
<tr>
<th scope="row">Incredibles 2</th>
<td data-title="Released">2018</td>
<td data-title="Studio">Disney Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$1,243,089,244</td>
<td data-title="Domestic Gross" data-type="currency">$608,581,744</td>
<td data-title="International Gross" data-type="currency">$634,507,500</td>
<td data-title="Budget" data-type="currency">$200,000,000</td>
</tr>
<tr>
<th scope="row">Minions</th>
<td data-title="Released">2015</td>
<td data-title="Studio">Universal</td>
<td data-title="Worldwide Gross" data-type="currency">$1,159,444,662</td>
<td data-title="Domestic Gross" data-type="currency">$336,045,770</td>
<td data-title="International Gross" data-type="currency">$823,398,892</td>
<td data-title="Budget" data-type="currency">$74,000,000</td>
</tr>
<tr>
<th scope="row">Toy Story 4</th>
<td data-title="Released">2019</td>
<td data-title="Studio">Disney Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$1,073,394,593</td>
<td data-title="Domestic Gross" data-type="currency">$434,038,008</td>
<td data-title="International Gross" data-type="currency">$639,356,585</td>
<td data-title="Budget" data-type="currency">$200,000,000</td>
</tr>
<tr>
<th scope="row">Toy Story 3</th>
<td data-title="Released">2010</td>
<td data-title="Studio">Disney Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$1,066,970,811</td>
<td data-title="Domestic Gross" data-type="currency">$415,004,880</td>
<td data-title="International Gross" data-type="currency">$651,965,931</td>
<td data-title="Budget" data-type="currency">$200,000,000</td>
</tr>
<tr>
<th scope="row">Despicable Me 3</th>
<td data-title="Released">2017</td>
<td data-title="Studio">Universal</td>
<td data-title="Worldwide Gross" data-type="currency">$1,034,800,131</td>
<td data-title="Domestic Gross" data-type="currency">$264,624,300</td>
<td data-title="International Gross" data-type="currency">$770,175,831</td>
<td data-title="Budget" data-type="currency">$80,000,000</td>
</tr>
<tr>
<th scope="row">Finding Dory</th>
<td data-title="Released">2016</td>
<td data-title="Studio">Disney Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$1,028,570,942</td>
<td data-title="Domestic Gross" data-type="currency">$486,295,561</td>
<td data-title="International Gross" data-type="currency">$542,275,381</td>
<td data-title="Budget" data-type="currency">$175,000,000</td>
</tr>
<tr>
<th scope="row">Zootopia</th>
<td data-title="Released">2016</td>
<td data-title="Studio">Disney</td>
<td data-title="Worldwide Gross" data-type="currency">$1,023,792,558</td>
<td data-title="Domestic Gross" data-type="currency">$341,268,248</td>
<td data-title="International Gross" data-type="currency">$682,524,310</td>
<td data-title="Budget" data-type="currency">$150,000,000</td>
</tr>
</tbody>
</table>
</div>
@import "bourbon@5.*";
// Breakpoints
$bp-maggie: 15em;
$bp-lisa: 30em;
$bp-bart: 48em;
$bp-marge: 62em;
$bp-homer: 75em;
// Styles
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-family: $font-stack-system;
color: rgba(0,0,0,.87);
}
a {
color: rgba(38,137,13,1);
&:hover,
&:focus {
color: rgba(4,106,56,1);
}
}
.container {
margin: 5% 3%;
@media (min-width: $bp-bart) {
margin: 2%;
}
@media (min-width: $bp-homer) {
margin: 2em auto;
max-width: $bp-homer;
}
}
.responsive-table {
width: 100%;
margin-bottom: 1.5em;
border-spacing: 0;
@media (min-width: $bp-bart) {
font-size: .9em;
}
@media (min-width: $bp-marge) {
font-size: 1em;
}
thead {
// Accessibly hide <thead> on narrow viewports
position: absolute;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
@media (min-width: $bp-bart) {
// Unhide <thead> on wide viewports
position: relative;
clip: auto;
height: auto;
width: auto;
overflow: auto;
}
th {
background-color: rgba(38,137,13,1);
border: 1px solid rgba(134,188,37,1);
font-weight: normal;
text-align: center;
color: white;
&:first-of-type {
text-align: left;
}
}
}
// Set these items to display: block for narrow viewports
tbody,
tr,
th,
td {
display: block;
padding: 0;
text-align: left;
white-space: normal;
}
tr {
@media (min-width: $bp-bart) {
// Undo display: block
display: table-row;
}
}
th,
td {
padding: .5em;
vertical-align: middle;
@media (min-width: $bp-lisa) {
padding: .75em .5em;
}
@media (min-width: $bp-bart) {
// Undo display: block
display: table-cell;
padding: .5em;
}
@media (min-width: $bp-marge) {
padding: .75em .5em;
}
@media (min-width: $bp-homer) {
padding: .75em;
}
}
caption {
margin-bottom: 1em;
font-size: 1em;
font-weight: bold;
text-align: center;
@media (min-width: $bp-bart) {
font-size: 1.5em;
}
}
tfoot {
font-size: .8em;
font-style: italic;
@media (min-width: $bp-marge) {
font-size: .9em;
}
}
tbody {
@media (min-width: $bp-bart) {
// Undo display: block
display: table-row-group;
}
tr {
margin-bottom: 1em;
@media (min-width: $bp-bart) {
// Undo display: block
display: table-row;
border-width: 1px;
}
&:last-of-type {
margin-bottom: 0;
}
&:nth-of-type(even) {
@media (min-width: $bp-bart) {
background-color: rgba(0,0,0,.12);
}
}
}
th[scope="row"] {
background-color: rgba(38,137,13,1);
color: white;
@media (min-width: $bp-lisa) {
border-left: 1px solid rgba(134,188,37,1);
border-bottom: 1px solid rgba(134,188,37,1);
}
@media (min-width: $bp-bart) {
background-color: transparent;
color: rgba(0,0,0.87);
text-align: left;
}
}
td {
text-align: right;
@media (min-width: $bp-bart) {
border-left: 1px solid rgba(134,188,37,1);
border-bottom: 1px solid rgba(134,188,37,1);
text-align: center;
}
&:last-of-type {
@media (min-width: $bp-bart) {
border-right: 1px solid rgba(134,188,37,1);
}
}
}
td[data-type=currency] {
text-align: right;
}
td[data-title]:before {
content: attr(data-title);
float: left;
font-size: .8em;
color: rgba(0,0,0,.54);
@media (min-width: $bp-lisa) {
font-size: .9em;
}
@media (min-width: $bp-bart) {
// Don’t show data-title labels
content: none;
}
}
}
}
View Compiled
This Pen doesn't use any external CSS resources.