<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>El uso de estilos CSS en páginas web by Jessica Vicenttin</title>
      <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj</link>
      <description>Coloca cuales estilos agregas en css para mejorar el diseño de tu página, revisa no se repita con el resto.</description>
      <language>en-us</language>
      <pubDate>2021-04-29 01:33:11 UTC</pubDate>
      <lastBuildDate>2025-07-12 13:08:08 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Samuel, Diego</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476066254</link>
         <description><![CDATA[<div>Estilo 1: Embedded<br>&lt;style type=»text/css»&gt;<br>p {<br>color: #00f;<br>}<br>&lt;/style&gt;<br><br>Estilo 2: External<br>&lt;link rel=»stylesheet» type=»text/css» href=»styles.css» /&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:17:00 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476066254</guid>
      </item>
      <item>
         <title>Brayan Axel, Fanny</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476066457</link>
         <description><![CDATA[<div><strong><mark>Estilo 1:</mark></strong><strong> </strong>Formato a Botón<br>.button {<br>&nbsp; &nbsp; background-color: #4CAF50; <br>&nbsp; &nbsp; border&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : none;<br>&nbsp; &nbsp; color&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : white;<br>&nbsp; &nbsp; padding&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 15px 32px;<br>&nbsp; &nbsp; text-align&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : center;<br>&nbsp; &nbsp;font-size&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 16px;<br>}<br><strong><mark>Estilo 2:</mark></strong><strong> </strong>Formato a Formulario<br>form{<br>	width&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:300px;<br>	padding&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :16px;<br>	border-radius&nbsp; :10px;<br>	margin&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:auto;<br>	background-colo r:<strong>#562A2A;</strong><br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:17:07 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476066457</guid>
      </item>
      <item>
         <title>Karen, Mauricio</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476066472</link>
         <description><![CDATA[<div>Estilo 1: Opacity<br>Estilo 2: selector de identificación(ID) #mi-id<br>seleciona &lt;p id="mi-id"&gt; y &lt;a id="mi-id"&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:17:07 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476066472</guid>
      </item>
      <item>
         <title>Noelia, Oswaldo</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476067720</link>
         <description><![CDATA[<div><mark>Estilo 1.-</mark>Cambiar color a la página</div><div>html {</div><div>&nbsp; background-color: #00539F;</div><div>}<br><br><mark>Estilo 2.-</mark>Envejecer imágenes: Código HTML<br>&lt;div class=”antiguo”&gt;<br>&lt;a href=”URL_ENLACE”&gt;&lt;img src=”URL_IMAGEN” /&gt;&lt;/a&gt;<br>&lt;/div&gt;</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:17:51 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476067720</guid>
      </item>
      <item>
         <title>Ramses,Fermin</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476068393</link>
         <description><![CDATA[<div>Estilo 1: opacity<br>img.opacity {<br>&nbsp; &nbsp;opacity: 1;<br>&nbsp; &nbsp;filter: alpha(opacity=50);<br>&nbsp; &nbsp;zoom: 1;<br>&nbsp;}<br>img.opacity:hover {<br>&nbsp; &nbsp;opacity: 0.5;<br>&nbsp; &nbsp;filter: alpha(opacity=100);<br>&nbsp; &nbsp;zoom: 1;<br>&nbsp;}<br><br><br>Estilo 2: :hover<br>a {<br>&nbsp; background-color: powderblue;<br>&nbsp; transition: background-color .5s;<br>}<br><br>a:hover {<br>&nbsp; background-color: gold;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:18:15 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476068393</guid>
      </item>
      <item>
         <title>Irving de jesus </title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476068591</link>
         <description><![CDATA[<div>*{<br><br>&nbsp; &nbsp;margin: 0;<br>&nbsp; &nbsp;padding: 0;<br><br>&nbsp; &nbsp;box-sizing: border-box;<br><br>}<br><br>body{<br>	background-image:url("sport.jpg");<br><br>}<br><br>.form-register{<br>	width: 400 px;<br><br>background: #474747 &nbsp; ;<br>padding: 30px;<br>margin:auto;<br>margin-top:100px;<br>border-radius:'calibri';<br>color:white; <br>box-shadow: 7px 13px 37px&nbsp; #000;<br><br>}<br><br>.form-register{<br><br>	font-size:22px;<br>	margin-bottom: 20px;<br>}<br><br>.controls{<br><br>	width: 100%;<br>	background: #16D7C8;<br><br>	padding:10px;<br><br>	border-radius: 4px;<br>	margin-bottom: 16px;<br>	border: 1px solid #1f53c5;<br>	font-family: 'calibri';<br>	font-size: 18px;<br><br>}<br><br><br><br>.form-register p {<br>	height: 40px;<br>	text-align: center;<br>	font-size: 18px;<br>	line-height: 40px;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: #001083 ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br><br>}<br><br><br>.form-register a:hover {<br><br>	color: white;<br>	text-decoration: underline;<br><br>}<br><br>.form-register.botons{<br><br>width: 100%;<br>background: #1f53c5;<br>border: none;<br>padding: 12px;<br>color:white;<br><br>margin: 16px&nbsp; 0;<br><br>font-size: 16px;<br><br>text-align: center;<br><br><br>}<strong><br></strong><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/852677892/41e5cbdf97708b5aabe28ba5f7971a3d/image.png" />
         <pubDate>2021-04-29 22:18:23 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476068591</guid>
      </item>
      <item>
         <title>Yyeray </title>
         <author>yerayleyvajimenez883</author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476069119</link>
         <description><![CDATA[<div>&lt;body bgcolor="#91109C"&gt;<br><br>&lt;/body&gt;<br><br><br><br><br><br><br>&lt;font color="black" size= 5&gt;&lt;p align="justify"&gt; jdghc7nynvucryrxcnmcnmyxcrnmyxcrynm &lt;/p&gt;&lt;/font&gt;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:18:40 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476069119</guid>
      </item>
      <item>
         <title>Regina, Romina</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476076917</link>
         <description><![CDATA[<div>Estilo 1: centrar la imagen</div><pre>img {
  display: block;
  margin: 0 auto;
}</pre><div>estilo 2:&nbsp; dar estilo al cuerpo de documento:&nbsp;<br><br></div><pre>body {
  width: 600px;
  margin: 0 auto;
  background-color: #FF9500;
  padding: 0 20px 20px 20px;
  border: 5px solid black;
}</pre>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:22:55 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476076917</guid>
      </item>
      <item>
         <title>Kittie</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476081527</link>
         <description><![CDATA[<div>Para el fondo se colocará un color estático y relajante para el usuario, mientras que en el texto solo tendrán color fijo (negro o blanco dependiendo del primer factor) y, aquellas palabras importantes que requieran algún resaltado se harán con un color acordé al estilo de la página, es decir todos los colores en aspecto estético serán monocromáticos a excepción de que se añadan tablas que requieran algún color para remarcar la categoría a mostrar.<br>El título y el subtítulo se le darán unos fonts que se puedan distinguir entre ellos, por ejemplo, el título con un estilo de font lettering y los subtítulos/categorías con una fuente minimalista.<br>En caso de haber una introducción está será igual de diferente que la de los demás textos para no perder al usuario. Y para no aburrir al usuario en cada categoría que haya después de la introducción (obvio, si es que hay) se incruste una imagen llamativa conforme al tema a hablar en la categorías/subtítulos<br>Supongo que es una idea base xd<br><br><br></div>]]></description>
         <pubDate>2021-04-29 22:25:33 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476081527</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476082004</link>
         <description><![CDATA[<div>Karime.irving<br>Para elementos gráficos de la web..<br>background-image: imagen de fondo para un elemento.<br>&nbsp;Ej.: #content {background-image:&nbsp;<br><br>background-position: posición de la imagen dentro del fondo. Se puede definir al centro, izquierda o derecha. También con píxeles y porcentajes.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:25:48 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476082004</guid>
      </item>
      <item>
         <title>Idalmy, Ale</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476082240</link>
         <description><![CDATA[<div><strong><mark>Estilo 1:</mark></strong> Alineado con la línea base del texto<br><br></div><pre>textarea {
  vertical-align: top;
}</pre><div><strong><mark>Estilo 2:</mark></strong> El elemento <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend">legend </a></div><div><br></div><pre>legend {
  width: 1px;
  height: 1px;
  overflow: hidden;
}</pre>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:25:56 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476082240</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476083799</link>
         <description><![CDATA[<div>Angel López y Márco Polo<br><br>(estilo a un tipo concreto de botón dentro de mi sitio)<br>#boton {<br>background-color: #ccc;<br>color: #fff;<br>width: 100px;<br>padding: 20px;<br>border: 1px solid #000;<br>border-radius: 5px;<br>}<br><br>Cambiar interniliado, tipo de letra, color, tamaño etc.<br><br>p {<br>font-family: 'Arial';<br>font-size: 14px;<br>color: #ccc;<br>line-height: 18px;<br>margin-bottom: 20px;<br>}<br><br><br></div>]]></description>
         <pubDate>2021-04-29 22:26:48 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476083799</guid>
      </item>
      <item>
         <title>Karina , Vanesa</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476083898</link>
         <description><![CDATA[<div>Estilo 1: Margen CSS<br>p{<br>border:2px solid powderblue<br>margin: 50px;<br><br>Estilo 2: Gráficos y bloques flotantes<br>p { color: red:<br>font- size: 10px:<br>font - family : Verdana :<br>border: 2px:<br>border - color : blue:<br>border - style : solid:<br>width :200px<br>height : 100px :<br>}<br>img {float : right:}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:26:52 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476083898</guid>
      </item>
      <item>
         <title>alejandro</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476093275</link>
         <description><![CDATA[<div>texto 1: poner color a las letras<br><br></div><pre>&lt;p&gt;
parrafo con varias letras &lt;span style="color:green"&gt;en color verde&lt;/span&gt;. 
&lt;/p&gt;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:32:07 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476093275</guid>
      </item>
      <item>
         <title>Jesús Antonio</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476101865</link>
         <description><![CDATA[<div>Efectos especiales con el texto:&nbsp;<br><br></div><pre>all.texto {
  margin-top:-24px;
  color:yellow;
  font-size:20px;
  font-family:Verdana;
}
all.sombra {
  margin-top:2px;
  margin-left:2px;
  color:black;
  font-size:20px;
  font-family:Verdana;
}

&lt;DIV ALIGN="CENTER" CLASS="sombra"&gt;Prueba de texto sombreado&lt;/DIV&gt;
&lt;DIV ALIGN="CENTER" CLASS="texto"&gt;Prueba de texto sombreado&lt;/DIV&gt; </pre><div>Estilos en los links:&nbsp;<br><br></div><pre>a {text-decoration: none;}

a:link {color: #FF0000;}
a:visited {color: #00FF00;}
a:hover {color: #FF00FF;}
a:active {color: #0000FF;}</pre>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:36:34 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476101865</guid>
      </item>
      <item>
         <title>Ángel López y Márco Polo</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476121171</link>
         <description><![CDATA[<div>si quieres añadir una imagen banner enlazada a una URL concreta de tu sitio web o externa, y que se vea en una zona de widgets de tu sitio, dentro de la caja texto que arrastras al área de widgets correspondiente escribes lo siguiente:<br><br>&lt;a href="URL DEL ENLACE" target="_blank"&gt;<br><br>&lt;img src="URL DE LA IMAGEN"&gt;<br><br>&lt;/a&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:47:14 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476121171</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476137046</link>
         <description><![CDATA[<div>Fannyzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-29 22:56:23 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476137046</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476760936</link>
         <description><![CDATA[Para el fondo se colocará un color estático y relajante para el usuario, mientras que en el texto solo tendrán color fijo (negro o blanco dependiendo del primer factor) y, aquellas palabras importantes que requieran algún resaltado se harán con un color acordé al estilo de la página, es decir todos los colores en aspecto estético serán monocromáticos a excepción de que se añadan tablas que requieran algún color para remarcar la categoría a mostrar.
]]></description>
         <enclosure url="" />
         <pubDate>2021-04-30 03:21:06 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476760936</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476782405</link>
         <description><![CDATA[<div>Yeray es gay</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-30 03:31:33 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476782405</guid>
      </item>
      <item>
         <title>🦆</title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476873260</link>
         <description><![CDATA[<div>https://youtu.be/PRpLSygw_eY</div>]]></description>
         <pubDate>2021-04-30 04:25:38 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1476873260</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1515400775</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet.com/auth/login" />
         <pubDate>2021-05-11 21:52:49 UTC</pubDate>
         <guid>https://padlet.com/jessicavicenttin/93tgdbo5w9pli3mj/wish/1515400775</guid>
      </item>
   </channel>
</rss>
