D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaizemberg
Full window
Github gist
Tablero de Noticias (3x3)
<!DOCTYPE html> <html> <head> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <meta charset="utf-8"> <title>Tablero de Noticias 3x3</title> </head> <body> <div class="container-fluid"> <!-- <div class="page-header" align="center"> <iframe src="https://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=728x90" frameborder="0" width="728" height="90" marginwidth="0" marginheight="0"> </iframe></div> --> <br> <div class="row"> <div class="col-md-4"><iframe src="https://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&topic=p&format=300x250" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> </iframe> </div> <div class="col-md-4"><iframe src="https://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Francisco+De+Narvaez" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> </iframe> </div> <div class="col-md-4"><iframe src="https://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Mauricio+Macri" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> </iframe></div> </div> <br> <div class="row"> <div class="col-md-4"><iframe src="https://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Daniel+Scioli" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> </iframe> </div> <div class="col-md-4"><iframe src="https://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Sergio+Massa" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> </iframe> </div> <div class="col-md-4"><iframe src="https://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Elisa+CarriĆ³" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> </iframe></div> </div> </div> </body> </html>
https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js