forked from LBPosterity/mynrma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmynrma-banner-poc-divider.html
47 lines (34 loc) · 1.21 KB
/
mynrma-banner-poc-divider.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>NRMA Banner PoC - Line Divider</title>
<link rel="stylesheet" href="banner-styles.css">
</head>
<body>
<h3><br>Banner Line Divider<br></h3>
<div class="divider-banner-wrapper">
<div class="content-wrapper">
<div class="content-a">
<h1>Leading the electric future</h1>
<p>We're committed to making the electric car transition smooth and beneficial for our Members.</p>
<button class="btn-primary">Find out more <div>→</div></button>
</div>
<div class="content-b"></div>
</div>
<div class="banner-hero"></div>
</div>
<h3><br>Banner Line Divider - alt mobile<br></h3>
<div class="divider-banner-wrapper alt-mobile img-center-right tablet-opt">
<div class="content-wrapper">
<div class="content-a">
<h1>Leading the electric future</h1>
<p>We're committed to making the electric car transition smooth and beneficial for our Members.</p>
<button class="btn-primary">Find out more <div>→</div></button>
</div>
<div class="content-b"></div>
</div>
<div class="banner-hero"></div>
</div>
</body>
</html>