martes, 25 de febrero de 2020
Cuestionario Blogger
1.- Define que es blogger
R=
2.- ¿Cual es la dirección para entrar a blogger?
R=
3.- Define que es un blog
R=
4.- ¿Cual es el procedimiento completo para crear un blog?
R=
5.-¿A que se refiere el termino URL dentro de un blog?
R=
6.-Define que es Youtube
R=
7.-¿Como puedes entrar al servicio de Youtube?
R=
8.-¿Cual es el procedimiento completo para la publicación de un video dentro de un blog?
R=
9.-¿ A que se refiere el termino publicar?
R=
10.- ¿A que se refiere el termino parámetro de búsqueda?
R=
1.- Define que es blogger
R=
2.- ¿Cual es la dirección para entrar a blogger?
R=
3.- Define que es un blog
R=
4.- ¿Cual es el procedimiento completo para crear un blog?
R=
5.-¿A que se refiere el termino URL dentro de un blog?
R=
6.-Define que es Youtube
R=
7.-¿Como puedes entrar al servicio de Youtube?
R=
8.-¿Cual es el procedimiento completo para la publicación de un video dentro de un blog?
R=
9.-¿ A que se refiere el termino publicar?
R=
10.- ¿A que se refiere el termino parámetro de búsqueda?
R=
viernes, 21 de febrero de 2020
OTROS CÓDIGOS
<div id="cor"><div class="corazon izquierda cara arriba"></div><div class="corazon centro"></div><div class="texto">NOMBRE1<br /><span>y</span><br />NOMBRE2</div><div class="corazon derecha cara"></div></div>
<style>
.texto {position:absolute; margin:125px 180px; z-index:9; font-size:50px; text-align:center; color:#FFF;line-height:40px;font-weight:bold;
text-shadow: -2px 0 #D5093C, 0 2px #D5093C, 2px 0 #D5093C, 0 -1px #D5093C, -2px 2px 3px #D5093C;
-webkit-animation: justBeat 0.7s ease 0s infinite normal;
-moz-animation: justBeat 0.7s ease 0s infinite normal;
animation: justBeat 0.7s ease 0s infinite normal;
}
@-webkit-keyframes beat {
0% {-webkit-transform: scale(1) rotate(225deg); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-webkit-transform: scale(1.1) rotate(225deg); -webkit-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-webkit-transform: scale(1) rotate(225deg); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@-moz-keyframes beat {
0% {-moz-transform: scale(1) rotate(225deg); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-moz-transform: scale(1.1) rotate(225deg); -moz-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-moz-transform: scale(1) rotate(225deg); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@keyframes beat {
0% {transform: scale(1) rotate(225deg); box-shadow:0 0 40px #d5093c;}
50% {transform: scale(1.1) rotate(225deg); box-shadow:0 0 70px #d5093c;}
100% {transform: scale(1) rotate(225deg); box-shadow:0 0 40px #d5093c;}
}
@-webkit-keyframes justBeat {
0% {-webkit-transform: scale(1); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-webkit-transform: scale(1.1); -webkit-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-webkit-transform: scale(1); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@-moz-keyframes justBeat {
0% {-moz-transform: scale(1); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-moz-transform: scale(1.1); -moz-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-moz-transform: scale(1); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@keyframes justBeat {
0% {transform: scale(1); box-shadow:0 0 40px #d5093c;}
50% {transform: scale(1.1); box-shadow:0 0 70px #d5093c;}
100% {transform: scale(1); box-shadow:0 0 40px #d5093c;}
}
#cor {
position:relative;
width:500px;
height:450px;
margin:0 auto;
}
.corazon {
position:absolute;
z-index:2;
background: -moz-linear-gradient(-180deg, #F50A45 0%, #d5093c 40%);
background: -webkit-gradient(linear, right 50%, left 50%, color-stop(0%,#F50A45), color-stop(40%,#d5093c));
background: -webkit-linear-gradient(-180deg, #F50A45 0%,#d5093c 40%);
background: linear-gradient(-180deg, #F50A45 0%,#d5093c 40%);
-webkit-animation: beat 0.7s ease 0s infinite normal;
-moz-animation: beat 0.7s ease 0s infinite normal;
animation: beat 0.7s ease 0s infinite normal;
}
.corazon.centro {
background: -moz-linear-gradient(-45deg, #B80734 0%, #d5093c 40%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#B80734), color-stop(40%,#d5093c));
background: -webkit-linear-gradient(-45deg, #B80734 0%,#d5093c 40%);
background: linear-gradient(-45deg, #B80734 0%,#d5093c 40%);
}
.corazon.arriba {
z-index:3;
}
.cara {
top:50px;
width:220px;
height:220px;
-moz-border-radius: 220px;
-webkit-border-radius: 220px;
border-radius: 220px;
}
.centro {
width:210px;
height:210px;
bottom:100px;
left:145px;
font-size:0;
text-indent:-9999px;
}
.izquierda {
left:62px;
}
.derecha {
right:62px;
}
.texto span {font-size:25px; }
</style>
<style>
.texto {position:absolute; margin:125px 180px; z-index:9; font-size:50px; text-align:center; color:#FFF;line-height:40px;font-weight:bold;
text-shadow: -2px 0 #D5093C, 0 2px #D5093C, 2px 0 #D5093C, 0 -1px #D5093C, -2px 2px 3px #D5093C;
-webkit-animation: justBeat 0.7s ease 0s infinite normal;
-moz-animation: justBeat 0.7s ease 0s infinite normal;
animation: justBeat 0.7s ease 0s infinite normal;
}
@-webkit-keyframes beat {
0% {-webkit-transform: scale(1) rotate(225deg); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-webkit-transform: scale(1.1) rotate(225deg); -webkit-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-webkit-transform: scale(1) rotate(225deg); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@-moz-keyframes beat {
0% {-moz-transform: scale(1) rotate(225deg); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-moz-transform: scale(1.1) rotate(225deg); -moz-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-moz-transform: scale(1) rotate(225deg); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@keyframes beat {
0% {transform: scale(1) rotate(225deg); box-shadow:0 0 40px #d5093c;}
50% {transform: scale(1.1) rotate(225deg); box-shadow:0 0 70px #d5093c;}
100% {transform: scale(1) rotate(225deg); box-shadow:0 0 40px #d5093c;}
}
@-webkit-keyframes justBeat {
0% {-webkit-transform: scale(1); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-webkit-transform: scale(1.1); -webkit-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-webkit-transform: scale(1); -webkit-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@-moz-keyframes justBeat {
0% {-moz-transform: scale(1); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
50% {-moz-transform: scale(1.1); -moz-box-shadow:0 0 70px rgba(213,9,60,0.6);}
100% {-moz-transform: scale(1); -moz-box-shadow:0 0 40px rgba(213,9,60,1);}
}
@keyframes justBeat {
0% {transform: scale(1); box-shadow:0 0 40px #d5093c;}
50% {transform: scale(1.1); box-shadow:0 0 70px #d5093c;}
100% {transform: scale(1); box-shadow:0 0 40px #d5093c;}
}
#cor {
position:relative;
width:500px;
height:450px;
margin:0 auto;
}
.corazon {
position:absolute;
z-index:2;
background: -moz-linear-gradient(-180deg, #F50A45 0%, #d5093c 40%);
background: -webkit-gradient(linear, right 50%, left 50%, color-stop(0%,#F50A45), color-stop(40%,#d5093c));
background: -webkit-linear-gradient(-180deg, #F50A45 0%,#d5093c 40%);
background: linear-gradient(-180deg, #F50A45 0%,#d5093c 40%);
-webkit-animation: beat 0.7s ease 0s infinite normal;
-moz-animation: beat 0.7s ease 0s infinite normal;
animation: beat 0.7s ease 0s infinite normal;
}
.corazon.centro {
background: -moz-linear-gradient(-45deg, #B80734 0%, #d5093c 40%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#B80734), color-stop(40%,#d5093c));
background: -webkit-linear-gradient(-45deg, #B80734 0%,#d5093c 40%);
background: linear-gradient(-45deg, #B80734 0%,#d5093c 40%);
}
.corazon.arriba {
z-index:3;
}
.cara {
top:50px;
width:220px;
height:220px;
-moz-border-radius: 220px;
-webkit-border-radius: 220px;
border-radius: 220px;
}
.centro {
width:210px;
height:210px;
bottom:100px;
left:145px;
font-size:0;
text-indent:-9999px;
}
.izquierda {
left:62px;
}
.derecha {
right:62px;
}
.texto span {font-size:25px; }
</style>
MAS CODIGOS HTML PARA SU BLOG
CÓDIGOS
<script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/3/3575/8/parts.js"></script>
EFECTO DE ESTRELLAS
<script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/17/17044/6/parts.js"></script>
EFECTO DE LLUVIA
EFECTO DE ESTRELLAS
<a href="http://www.pczeros.net/2014/02/agregar-camara-de-vigilancia-en-blogger.html" style="right: 0px; position: fixed; top: 0px;"><img src="http://i.imgur.com/IUzZhG3.gif" alt="" /></a>EFECTO DE ESTRELLAS
EFECTO DE LLUVIA
<div class="lluvia"></div><style>
.gotas {
background:-webkit-gradient(linear,0% 0%,0% 100%, from(rgba(13,52,58,1) ), to(rgba(255,255,255,0.6)) );
background: -moz-linear-gradient(top, rgba(13,52,58,1) 0%, rgba(255,255,255,.6) 100%);
width:1px;height:89px;
position: absolute;top:0px;z-index:99999;
-webkit-animation: fall .63s linear infinite;
-moz-animation: fall .63s linear infinite;
}
@-webkit-keyframes fall {
to {margin-top:900px;}
}
@-moz-keyframes fall {
to {margin-top:900px;}
}
</style><script type="text/javascript">
//<![CDATA[
(function() {
var nbDrop = 200;
function randRange( minNum, maxNum) {
return (Math.floor(Math.random() * (maxNum - minNum + 1)) + minNum);
}
function createRain() {
for( i=1;i<nbDrop;i++) {
var dropLeft = randRange(0,980);
var dropTop = randRange(-1000,1400);
$('.lluvia').append('<div class="gotas" id="gotas'+i+'"></div>');
$('#gotas'+i).css('left',dropLeft);
$('#gotas'+i).css('top',dropTop);
}
}
createRain();
})();
//]]>
</script>
Suscribirse a:
Entradas (Atom)