Vertaling van "utilizar 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.
El método preferido es utilizar CSS para definir el estilo de los elementos.
The preferred method is to use CSS to define the style of your elements.
Puedo utilizar CSS (hojas de estilo en cascada) en mis mensajes?
Can I use CSS (cascading style sheets) in my emails?
En algunos elementos, simplemente no se puede utilizar CSS.
Some elements simply can't be styled using CSS.
Se puede utilizar CSS para cambiar el aspecto de su página web cuando se imprime en un papel.
You can use CSS to change the appearance of your web page when it's printed on a paper.
También aprenderás a utilizar CSS para hacer mejores formularios, botones, pies de página y demás elementos.
You will also discover how to use CSS to improve your forms, buttons, footers and other elements.
Puedes utilizar CSS para modificar el estilo del elemento <span> a fin de que coincida con el resto de tu sitio.
You can then use CSS to style this <span> element to match the rest of your website.
Un enfoque similar sería utilizar CSS para ocultar el vínculo de la vista del usuario, pero imprimirlo en su totalidad para los usuarios del lector de pantalla.
A similar approach is to use CSS to hide the full link from sighted users, but still output it in full to screen reader users.
Por ejemplo, puede especificar diferentes tamaños de fuentes para el texto seleccionado, y puede utilizar CSS para controlar el formato y la posición de los elementos a nivel de bloque de una página web.
For example, you can specify different font sizes for selected text, and you can use CSS to control the format and positioning of block-level elements in a web page.
Un ejemplo común es el uso de <div> para envolver todo el contenido de la página y luego utilizar CSS para centrar todo ese contenido en la ventana del navegador o aplicarle una imagen de fondo específica a todo el contenido.
A common example is using a <div> to wrap all of the content on the page, and then using CSS to centre all the content in the browser window, or apply a specific background image to the whole content.
Se podría rodear la tabla por completo con el elemento form, o poner el formulario dentro de la celda y utilizar CSS para poner sus márgenes a cero. En este último caso, el formulario debe estar completamente contenido en una sola celda.
You could wrap the <form> element around the entire table, or put the form into the table cell and use CSS to set its margins to zero - but in that case the entire form would have to be placed within that single table cell.
Es buena práctica reducir este número de peticiones, por lo que si somos capaces de fusionar todas estas imágenes en una sola podríamos utilizar CSS para mostrar cada icono escogiendo una sección de esta imagen.
It's good practice to reduce the number of requests that a page makes. It we merge all these icons into one file we can use CSS to display a selected part of that image for each icon.
Si bien escribir el CSS real es simple, el hecho de utilizar CSS para crear sus diseños requiere de una manera de pensar un poco diferente a la que la mayoría de nosotros probablemente estamos acostumbrados.
While writing the actual CSS is simple, using CSS to do your layouts requires a slightly different way of thinking than most of us are probably used to.
Puedes utilizar CSS para ajustar el formato aún más.
Below 'Show advanced options' you can use CSS to fine-tune your layout even further.