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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « css/main.css ('k') | scss/main.scss » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <title>Issue #4961 Demo</title> 5 <title>Issue #4961 Demo</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 7
8 <link rel="stylesheet" href="css/main.css"> 8 <link rel="stylesheet" href="css/main.css">
9 </head> 9 </head>
10 <body> 10 <body>
11 <div class="card-group"> 11 <div class="card-group">
12 12
13 <div class="card"> 13 <div class="card">
14 <div class="card__header"> 14 <div class="card__header">
15 <h2>Publishers</h2> 15 <h2>Publishers</h2>
16 </div> 16 </div>
17 <div class="card__content"> 17 <div class="card__content">
18 <p>Monetize your adblocking audience</p> 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> 19 <p>Learn how to serve Acceptable Ads and find more about getting you r website whitelisted</p>
20 </div> 20 </div>
21 <div class="card__footer"> 21 <div class="card__footer">
22 Button 22 Button
23 </div> 23 </div>
24 </div> 24 </div>
25 25
26 <div class="card"> 26 <div class="card">
27 <div class="card__header"> 27 <div class="card__header">
28 <h2>Advertisers</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 <p>Learn how to serve Acceptable Ads and find more about getting you r website whitelisted</p>
34 <p>Monetize your adblocking audience</p>
35 </div>
36 <div class="card__footer">
37 Button
38 </div>
39 </div>
40
41 <div class="card">
42 <div class="card__header">
28 <h2>Ad Networks or a Much Much Longer Title</h2> 43 <h2>Ad Networks or a Much Much Longer Title</h2>
29 </div> 44 </div>
30 <div class="card__content"> 45 <div class="card__content">
31 <p>Monetize your adblocking audience</p> 46 <p>Monetize your adblocking audience</p>
32 <p>Learn how to serve Acceptable Ads and find more about getting you r website whitelisted</p> 47 <p>Learn how to serve Acceptable Ads and find more about getting you r website whitelisted</p>
33 </div> 48 </div>
34 <div class="card__footer"> 49 <div class="card__footer">
35 Button 50 Button
36 </div> 51 </div>
37 </div> 52 </div>
38 53
39 <div class="card"> 54 <div class="card">
40 <div class="card__header"> 55 <div class="card__header">
41 <h2>Advertisers</h2> 56 <h2>Publishers</h2>
42 </div> 57 </div>
43 <div class="card__content"> 58 <div class="card__content">
44 <p>Monetize your adblocking audience</p> 59 <p>Monetize your adblocking audience</p>
45 <p>Learn how to serve Acceptable Ads and find more about getting you r website whitelisted</p> 60 <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> 61 </div>
49 <div class="card__footer"> 62 <div class="card__footer">
50 Button 63 Button
51 </div> 64 </div>
52 </div> 65 </div>
66
53 </div> 67 </div>
54 68
69 Test
70
55 </body> 71 </body>
56 </html> 72 </html>
OLDNEW
« 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