“Nativescript HR” Kod odpowiedzi

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

Linia pozioma NativeScript

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

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

Odpowiedzi podobne do “Nativescript HR”

Pytania podobne do “Nativescript HR”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu