Tecnología, Internet y juegos

encontrados: 1, tiempo total: 0.033 segundos rss2
#38 En CSS3 también hay:
variables @colotear: true
condicionales @if $colorear{background-color: #0080C3;}@else{background-color: transparent;}}
bucles @for $tamano from 1 to 3 {.cabecera-#{$tamano} { font-size: 2em * $tamano; }}
@each $red in $redes {}
@while $elementos > 0 {}
funciones (incluyendo una para hacer cálculos) transform: rotate( calc(1turn + 28deg) );
Elementos de importación @import url('landscape.css') screen and (orientation:landscape);

Se me parece bastante a un lenguaje de programación.

menéame