Suche nach Beiträgen von Anticonformist
Erste Seite | « | 1 ... 163 | 164 | 165 | 166 | 167 ... 265 | » | Letzte
Die Suche lieferte 2644 Ergebnisse:
Re: Der erste Gedanke zum User über dir
von Anticonformist am 16.03.2021 23:14Sehe ich (zumindest in diesem Thread) zum ersten Mal!
Re: Playlist - Zufallslied!
von Anticonformist am 16.03.2021 23:10Toni Braxton ft. Trey Songz – Yesterday
Re: • CSS & HTML: Fragerunde •
von Anticonformist am 15.03.2021 22:42@Brodie:
Das dürfte der Code sein:
#container {
background-image: none !important;
padding-top: 0px !important;
padding-right: 0px !important;
padding-bottom: 0px !important;
padding-left: 0px !important;
border-width: 30px !important;
border-top: 0px !important;
border-bottom: 0px !important;
border-color: #000000 !important;
border-style: solid !important;
box-shadow: 0 0 3px #ffffff;
}
Hervorgehobenes kann durch andere HEX-Farbcodes (#FARBE) geändert werden.