-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilos_flores.css
More file actions
52 lines (45 loc) · 1.01 KB
/
estilos_flores.css
File metadata and controls
52 lines (45 loc) · 1.01 KB
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
@charset "utf-8";
/* CSS Document */
/*codigo de reset css*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/*fin del codigo reset*/
body{
font-size:62.5%;
}
h1{
font:normal 2.4em Verdana, Geneva, sans-serif;
background:-webkit-linear-gradient(top,#03F,#0FF);
width:35%;
border-radius:10px;
margin:15px auto;
text-align:center;
padding:15px;
color:#FFF;
box-shadow:#00F 5px 5px 10px;
text-shadow:#FFF 1px 1px 3px;
}
h2{
font:bold 1.7em Verdana, Geneva, sans-serif;
margin:0;
padding: 5px 0 5px 0;;
color:#000;
}
section{
width:91%;
border-top:1px dashed #999999;
margin:15px auto;
}
figure{
float:left;
}