Vertaling van "css con" 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.
Cuando elimino el código css con el firebug, el menú se coloca por encima de las imágenes y otras cosas, que es lo que necesito para arreglarlo.
When I remove the CSS with firebug, the menu is placed over pictures and other things, which is what I need to fix it.
Si solo desea aplicar la fuente a los encabezados, puede reemplazar el body en el css con h1.
If you only want to apply the font to headings, then you can replace body in the CSS with h1.
Diseño y desarrollo de páginas web en html+css con animaciones.
Design and development of web pages in html + css with animations.
Tenemos un compilador automático para desarrolladores (úselo, es css con superpoderes) y también para complementos.
We have an automatic compiler for developers (use it, it's css with superpowers) and also for plugins.
Aquí vas a aprender como usar CSS con tus elementos html.
Here you will learn how to use CSS with your html elements.
En nuestra última lección, hablamos de usar CSS con 'float' en 'clear' para controlar el diseño.
In our last lesson we talked about using CSS with float in clear to control layout.
Por ejemplo, puede usar algunas de las variables predeterminadas en CSS con esta sintaxis
For example, you can use some of the default variables in CSS with the following syntax
Actualmente aun se encuentran dificultades cuando se utiliza CSS con formularios; estos problemas se pueden dividir en tres categorías.
At present, some difficulties remain when using CSS with forms. These problems can be divided in three categories
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.
Esto es intuitivo si ha estado utilizando CSS con HTML, ya que la propiedad direction en CSS alinea el texto automáticamente a la derecha en un elemento de bloque.
This is intuitive if you have been using CSS with HTML, since the direction property in CSS automatically right-aligns text in a block element.
Sin herramientas ni convenciones para aplicar nombres, puedes agrupar los CSS con lenguaje de marcado, ocultar los detalles de implementación y crear componentes autocontenidos en JavaScript clásico.
Without tools or naming conventions, you can bundle CSS with markup, hide implementation details, and author self-contained components in vanilla JavaScript.
Ejemplo Conclusión En este artículo aprenderemos como utilizar CSS con formularios HTML para hacerlos más atractivos.
In this article, the user will learn how to use CSS with HTML forms to make them (hopefully) more beautiful.
Para evitar esto, puedes combinar la CSS con JavaScript para mostrar solo los estilos no válidos cuando el usuario haya visitado el campo.
To prevent this, you can combine the CSS with JavaScript to only show invalid styling when the user has visited the Try it