Vertaling van "en tu CSS" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Para referenciar estos estilos en tu CSS, puede que necesites hacer algo como esto
To reference these styles in your CSS, you might do something like
Añade una clase special al primer párrafo de texto, el que sucede inmediatamente a la caja flotante, y luego añade en tu CSS las siguientes reglas.
Add a class of special to the first paragraph of text, the one immediately following the floated box, then in your CSS add the following rules.
Especialmente si haces cambios en tu CSS.
En términos generales, añadir un letter spacing: 1px o letter-spacing: 2px en tu CSS debería ser espacio suficiente entre las letras.
Generally speaking, adding letter-spacing: 1px; or letter-spacing: 2px; to your CSS should be enough space between the letters.
Si no te gusta como se representa visualmente una etiqueta <h1>, puedes alterar su aspecto en tu CSS.
If you don't like how an <h1> tag is rendered visually, you can always alter its appearance in your CSS.
No necesitas aplicar un 301 en cada pieza de contenido, sino cambiando el código en tu CSS para que todo se redirija. O puedes usar un plugin para hacer esto de manera más fácil sin ir al CSS.
You don't need to 301 every piece of content, you can go in your CSS and do a simple change of code to redirect just use a plugin. 🙂
Por ejemplo, si tienes recursos externos en tu CSS y JS, el navegador no los buscará automáticamente.
For example, if you have external resources in your CSS and JS they won't be automatically pre-fetched by the browser.
Incluir las fuentes Web seguro en tu CSS con las normas de familia de la fuente o tipo de letra.
Include Web safe fonts in your CSS with font or font-family rules.
Recuerda configurar la declaración de @theme en tu CSS para el fondo de página, encabezado, pie de página, y espacio de contenido para que las plantillas se pueden personalizar rápidamente con los temas de color de Mailchimp.
Remember to set the @theme declaration in your CSS for the page background, header, footer, and content space so templates can be quickly customized with the Mailchimp color themes.
Cuando realizas cambios en tu CSS, las grabaciones anteriores pueden comenzar a mostrar el nuevo estilo, porque cuando reproduces la grabación, el proxy Smartlook accede a tus activos y recupera la versión actual de tu hoja de estilo CSS.
When you make changes in your CSS, older recordings can start to display the new style, because when you play the recording, the Smartlook proxy accesses your assets and retrieves the current version of your CSS stylesheet.
Así podrás hacer referencia a div#header o a div#myList, por ejemplo, en tu CSS. Compartir
This will allow you to refer to, for example, div#header or div#myList in your CSS.
Como Diseñador, puedes proveerte de algunas opciones de estilo (seleccionables al editar por medio de la lista desplegable "Formato" en el editor WYSIWYG) en tu CSS - desde h1 a h6.
As a Designer, you can cater for a few styling options (selectable when editing via the "Format" drop-down in the WYSIWYG) in your CSS - from h1 to h6.
Aquí puedes ver un ejemplo de como agregar tu tipografía en tu CSS.
Here you can see an example on how to add the font family into your CSS.