OLD | NEW |
(Empty) | |
| 1 <!doctype html> |
| 2 <html> |
| 3 <head> |
| 4 <meta charset="UTF-8"> |
| 5 <title>Issue #4961 Demo</title> |
| 6 <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 |
| 8 <link rel="stylesheet" href="css/main.css"> |
| 9 </head> |
| 10 <body> |
| 11 <div class="card-group"> |
| 12 |
| 13 <div class="card"> |
| 14 <div class="card__header"> |
| 15 <h2>Publishers</h2> |
| 16 </div> |
| 17 <div class="card__content"> |
| 18 <p>Monetize your adblocking audience</p> |
| 19 <p>Learn how to serve Acceptable Ads and find more about getting you
r website whitelisted</p> |
| 20 </div> |
| 21 <div class="card__footer"> |
| 22 Button |
| 23 </div> |
| 24 </div> |
| 25 |
| 26 <div class="card"> |
| 27 <div class="card__header"> |
| 28 <h2>Ad Networks or a Much Much Longer Title</h2> |
| 29 </div> |
| 30 <div class="card__content"> |
| 31 <p>Monetize your adblocking audience</p> |
| 32 <p>Learn how to serve Acceptable Ads and find more about getting you
r website whitelisted</p> |
| 33 </div> |
| 34 <div class="card__footer"> |
| 35 Button |
| 36 </div> |
| 37 </div> |
| 38 |
| 39 <div class="card"> |
| 40 <div class="card__header"> |
| 41 <h2>Advertisers</h2> |
| 42 </div> |
| 43 <div class="card__content"> |
| 44 <p>Monetize your adblocking audience</p> |
| 45 <p>Learn how to serve Acceptable Ads and find more about getting you
r website whitelisted</p> |
| 46 <p>Learn how to serve Acceptable Ads and find more about getting you
r website whitelisted</p> |
| 47 <p>Monetize your adblocking audience</p> |
| 48 </div> |
| 49 <div class="card__footer"> |
| 50 Button |
| 51 </div> |
| 52 </div> |
| 53 </div> |
| 54 |
| 55 </body> |
| 56 </html> |
OLD | NEW |