Nonciclopedia:Skin/TheAlePower.css: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
Contenuto aggiunto Contenuto cancellato
(Faccio un po di giochini col CSS)
m (Maybe maybe maybe)
Riga 1: Riga 1:
body {
body {
background-color: black;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 34%, rgba(0,212,255,1) 100%);
}
}

Versione delle 22:14, 21 ott 2019

body {

 background: rgb(2,0,36);
 background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 34%, rgba(0,212,255,1) 100%);

}