"E-mail Marketing"
Bootstrap 3.3.0 Snippet by rahel

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html>
<head>
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br" xml:lang="pt-br">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- layout do bootstrap --> <link media="all" type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- comandos para o java --> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- funcionamento do bootstrap --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- funcionamento do jquery --> <script src="http://cdnjs.cloudflare.com/ajax/libs/floatthead/1.2.13/jquery.floatThead.min.js"></script>
<!-- icone da page --><link rel="icon" type="image/png" href="http://i.imgur.com/lP9470d.png" />
<title>E-mail Marketing</title>
<div class="container-fluid">
<!-- início da tabela -->
<div class="row-fluid">
<div class="col-md-6">
<table>
<thead>
<tr>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
<th style="color:#e6e9ee">.</th>
</tr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
<style>
body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: silver; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, #e6e9ee 100%); /* FF3.6-15 */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,#e6e9ee)); /* Chrome4-9,Safari4-5 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,#e6e9ee 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,#e6e9ee 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,#e6e9ee 100%); /* IE10 preview */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,#e6e9ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
h1 {
font-family: impact, arial, helvetica, sans-serif;
}
h2 {
font-family: impact, arial, helvetica, sans-serif;
}
h3 {
font-family: impact, arial, helvetica, sans-serif;
}
h4 {
font-family: impact, arial, helvetica, sans-serif;
}
h5 {
font-family: impact, arial, helvetica, sans-serif;
}
h6 {
font-family: impact, arial, helvetica, sans-serif;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: