“Nativescript hr” Respostas de código

Nativescript hr

 /* In Nativescript you can create a label with a small height and any background color */
.line {
    background: linear-gradient(to left, orangered, green, lightblue);
    height: 2px;
}

<label class="line"></label>
Concerned Crossbill

Natives de linha horizontal

.line {
    background: linear-gradient(to left, orangered, green, lightblue);
    height: 2px;
}

<label class="line"></label>
Xenophobic Xenomorph

Respostas semelhantes a “Nativescript hr”

Perguntas semelhantes a “Nativescript hr”

Procure respostas de código populares por idioma

Procurar outros idiomas de código