Ultimele tutoriale de dezvoltare web
 

W3.CSS semne


Afiseaza Semne

Cu puțină imaginație W3-tag și W3-insignă clasele pot fi utilizate pentru a afișa toate tipurile de semne.


Afișarea unei etichete ca un semn

London Zoo

Exemplu

<div class="w3-tag w3-orange">London Zoo</div>
Încearcă - l singur »

Afișarea Tag-uri într-un rând

S
A
L
E

Exemplu

<div class="w3-tag w3-red">S</div>
<div class="w3-tag w3-black" >A</div>
<div class="w3-tag w3-yellow">L</div>
<div class="w3-tag w3-black">E</div>
Încearcă - l singur »

Afiseaza semne rutiere

Falcon Ridge Parkway

Exemplu

<div class="w3-tag w3-round w3-green" style="padding:3px">
<div class="w3-tag w3-round w3-green w3-border w3-border-white">
Falcon Ridge Parkway
</div>
</div>
Încearcă - l singur »

Afiseaza Semne mari

IN CAZ DE
DE URGENȚĂ
FUGI CA DRACU !

Exemplu

<span class="w3-tag w3-xxlarge w3-padding w3-orange w3-center">
IN CASE OF<br>
EMERGENCY<br>
RUN LIKE HELL !
</span>
Încearcă - l singur »
49, 99

Exemplu

<div class="w3-tag w3-jumbo w3-green">
  <span class="w3-xxlarge">49</span>
  <span class="w3-large">,99</span>
</div>
Încearcă - l singur »

Afiseaza cilindrat Semne

NU FACE
A RESPIRA
SUB APĂ

Exemplu

<span class="w3-tag w3-xxlarge w3-padding w3-round-large w3-red w3-center">
DO NOT<br>
BREATHE<br>
UNDER WATER
</span>
Încearcă - l singur »

Afiseaza un steag

Exemplu

<div class="w3-display-container w3-white w3-border w3-card-8" style="height:200px;width:350px">
<div class="w3-display-topleft w3-container w3-red" style="width:25%;height:40%"><p></p></div>
<div class="w3-display-topright w3-container w3-red" style="width:60%;height:40%"><p></p></div>
<div class="w3-display-bottomleft w3-container w3-red" style="width:25%;height:40%"><p></p></div>
<div class="w3-display-bottomright w3-container w3-red" style="width:60%;height:40%"><p></p></div>
</div>
Încearcă - l singur »