diff --git a/css3-columns.html b/css3-columns.html
index d799bcf..6e39574 100644
--- a/css3-columns.html
+++ b/css3-columns.html
@@ -19,6 +19,8 @@
-moz-column-width: 200px;
-webkit-column-width: 200px;
+ -webkit-column-gap:50px;
+ -webkit-column-rule:1px solid black;
}
diff --git a/css3-shadow.html b/css3-shadow.html
index 8c81a67..bdb5215 100644
--- a/css3-shadow.html
+++ b/css3-shadow.html
@@ -17,8 +17,8 @@
border:0px solid rgba(0,0,0,1);
width:300px;
height:200px;
- margin:100px 300px;
- float:right;
+ margin:100px 0 0 400px;
+
text-shadow: 10px 10px 14px rgba(0,0,0,1);
box-shadow: 10px 10px 14px 20px rgba(0,0,0,0.5);
diff --git a/css3d/cardflip/cardflip.html b/css3d/cardflip/cardflip.html
index cca5a06..924e815 100644
--- a/css3d/cardflip/cardflip.html
+++ b/css3d/cardflip/cardflip.html
@@ -5,22 +5,32 @@
Perspective
diff --git a/lightboxcss/index.html b/lightboxcss/index.html
index 106cde3..5cd06f9 100644
--- a/lightboxcss/index.html
+++ b/lightboxcss/index.html
@@ -30,7 +30,7 @@
}
.overlay:target {
- opacity:2;
+ opacity:1;
z-index:0;
-webkit-transform:scale(1);
}
diff --git a/multiple-background/index.html b/multiple-background/index.html
index 0a6a6cd..5b80904 100755
--- a/multiple-background/index.html
+++ b/multiple-background/index.html
@@ -9,9 +9,8 @@
width:500px;
height:500px;
border:1px solid black;
-
- background-color:red;
+ background-color:red;
background:
url(gradiente-baixo.png) bottom right repeat-X,
@@ -19,6 +18,8 @@
url(gradiente-top.png) top right repeat-X,
url(gradiente-direita.png) top right repeat-Y;
}
+
+
diff --git a/template-layout-css/index.html b/template-layout-css/index.html
index 61d68fc..516ff96 100755
--- a/template-layout-css/index.html
+++ b/template-layout-css/index.html
@@ -24,18 +24,18 @@
margin:auto;
background:red;
display:
- "a a a"
- ". . ." /10px
- "b c e"
- ". . ." /10px
- "d d d"
- 150px * 150px;
+ "a a a"
+ ". . ." /10px
+ "b c e"
+ ". . ." /10px
+ "d d d"
+ 150px * 150px;
}
.geral::slot(b) {background:gray;}
aside.menulateral {
- position:b;
+ position:a;
background:gray;
padding:10px;
}
@@ -50,8 +50,8 @@
background:lightgray;
}
- header {position:d;}
- footer {position:a;}
+ header {position:b;}
+ footer {position:d;}
header, footer {
background:purple;