-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedidas.html
executable file
·58 lines (52 loc) · 2.2 KB
/
medidas.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
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en" itemscope itemtype="http://schema.org/Product"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope itemtype="http://schema.org/Product"> <!--<![endif]-->
<!--
Investigar mas sobre el git y svn
Para poder combinarlos esta la opcion de: http://subgit.com/documentation/gitsvn.html
-->
<head >
<title>Página para el Ovispo 2013</title>
<meta charset="utf-8" >
<link rel="stylesheet" href="css/normalize.min.css">
<!-- <link rel="stylesheet" href="css/main.css"> -->
<!-- CSS imports non-minified for staging, minify before moving to production-->
<link rel="stylesheet" href="css/imports.css">
<meta name="author" content="humans.txt">
<!--[if lt IE 9]>
<script src="js/vendor/html5-3.6-respond-1.1.0.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<article>
<div class="row">
<div class="gris">Doce 1200px</div>
</div>
<div class="row">
<div class="six columns gris">Seis 587px</div>
<div class="six columns gris">Seis 587px</div>
</div>
<div class="row">
<div class="four columns gris">Cuatro 383px</div>
<div class="four columns gris">Cuatro 383px</div>
<div class="four columns gris">Cuatro 383px</div>
</div>
<div class="row">
<div class="three columns gris">Tres 281px</div>
<div class="three columns gris">Tres 281px</div>
<div class="three columns gris">Tres 281px</div>
<div class="three columns gris">Tres 281px</div>
</div>
<section class="columnas2">
</div><!-- fin div.container -->
</body>
</html>