Saltar al contenido

cómo agregar viñetas en html css con ejemplo de código de texto

Entiende el código de forma correcta antes de adaptarlo a tu trabajo si tquieres aportar algo puedes decirlo en los comentarios.

Ejemplo: lista de estilos CSS

/* Choose the symbol, image or numeric for the bullet points on the list: *//* SYMBOLS and NUMERICS */ullist-style-type: square;ollist-style-type:decimal;/* IMAGES: */limargin:0;padding:15px015px60px;list-style: none;background-image:url("path_to_image");background-repeat: no-repeat;background-position: left center;background-size:30px;/* Define the color of each bullet point on the list */ullist-style: none;/* Remove list bullets */padding:0;margin:0;lipadding-left:16px;li:beforecontent:"•";/* Insert content that looks like bullets */padding-right:8px;color:blue;

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *