Vertaling van "CSS al" 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.
Por supuesto, no se va a ver como un sitio adecuadamente diseñado hasta que le aplique las CSS al HTML. Aprenderá mucho más sobre esto más adelante en el curso.
Of course, it is not going to look like a properly laid out site until you apply CSS to the HTML: you will learn a lot more about this later on in the course.
Enlaza el CSS al HTML copiando la línea siguiente en {{htmlelement("head")}}
Link the CSS to the HTML by placing the following line of HTML inside your {{htmlelement("head")}}
Aproveche jQuery para manejar eventos y agregar efectos que lleven su HTML y CSS al próximo nivel.
Leverage jQuery to handle events and add effects that take your HTML and CSS to the next level.
Copiar una lista de todos los cambios de CSS al portapapeles.
Copy a list of all CSS changes to clipboard.
Copiar los contenidos de esta regla CSS al portapapeles.
Copy contents of this CSS rule to clipboard.
En esta lección te presentaremos las sorprendentes oportunidades que ofrece CSS al añadir presentación al texto.
In this lesson you will be introduced to the amazing opportunities CSS gives you to add layout to text.
Una excelente técnica que puedes usar para reducir los tiempos de carga de tus imágenes es crear códigos personalizados de CSS al fusionar tus imágenes de fondo en una sola.
A great technique you can start with for decreasing your image load time is creating CSS sprites by merging all your small background images into one.
Eso se puede lograr al añadir el siguiente código CSS al formulario: .form-all
To accomplish that you need to inject this custom CSS code to your form: .form-product-details
Al restringir las reglas de CSS al tamaño de la pantalla donde se despliega podemos ajustar a la medida la presentación de la misma únicamente para dicho tamaño.
By restricting CSS rules to a certain width of the device displaying a web page, one can tailor the page's representation to devices with varying screen resolution (view port).
Eso se puede lograr al añadir el siguiente código CSS al formulario: .form-all
To turn the font of the header orange color kindly inject this CSS code to your form: .form-header
Eso se puede lograr al añadir el siguiente código CSS al formulario: .form-all
If you wish to make your product images bigger, then you can inject this CSS code to your form: .form-product-image,
Ninguno: no se aplica ninguna altura ni anchura de CSS al objeto.
None: No CSS width or height is applied on the object.
El código para esto es simple: añade el siguiente CSS al código de ejemplo de la barra de controles
The code for this is simple. Try adding the following CSS to your button bar example code