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: Created May 19, 2017, 5:30 a.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 | « gulpfile.js ('k') | package.json » ('j') | scss/main.scss » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: index.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/index.html
@@ -0,0 +1,56 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <title>Issue #4961 Demo</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link rel="stylesheet" href="css/main.css">
+</head>
+<body>
+<div class="card-group">
+
+ <div class="card">
+ <div class="card__header">
+ <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>
+ </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>
+ </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>
+
+</body>
+</html>
« no previous file with comments | « gulpfile.js ('k') | package.json » ('j') | scss/main.scss » ('J')

Powered by Google App Engine
This is Rietveld