Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: index.html

Issue 29442559: [Demo] Issue 4961 - Fix card group field alignment on acceptableads.com (Closed)
Patch Set: Change fallback method to floats Created May 25, 2017, 9:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « css/main.css ('k') | scss/main.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: index.html
===================================================================
--- a/index.html
+++ b/index.html
@@ -20,37 +20,53 @@
</div>
<div class="card__footer">
Button
</div>
</div>
<div class="card">
<div class="card__header">
+ <h2>Advertisers</h2>
+ </div>
+ <div class="card__content">
+ <p>Monetize your adblocking audience</p>
+ <p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p>
+ <p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p>
+ <p>Monetize your adblocking audience</p>
+ </div>
+ <div class="card__footer">
+ Button
+ </div>
+ </div>
+
+ <div class="card">
+ <div class="card__header">
<h2>Ad Networks or a Much Much Longer Title</h2>
</div>
<div class="card__content">
<p>Monetize your adblocking audience</p>
<p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p>
</div>
<div class="card__footer">
Button
</div>
</div>
<div class="card">
<div class="card__header">
- <h2>Advertisers</h2>
+ <h2>Publishers</h2>
</div>
<div class="card__content">
<p>Monetize your adblocking audience</p>
<p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p>
- <p>Learn how to serve Acceptable Ads and find more about getting your website whitelisted</p>
- <p>Monetize your adblocking audience</p>
</div>
<div class="card__footer">
Button
</div>
</div>
+
</div>
+Test
+
</body>
</html>
« no previous file with comments | « css/main.css ('k') | scss/main.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld