Posts

Okzitanische Sprache

Image
Okzitanisch (occitan / lenga d’òc) Gesprochen in Frankreich  Frankreich, Monaco  Monaco, Spanien  Spanien, Italien  Italien Linguistische Klassifikation Indogermanische Sprachen Italische Sprachen Romanische Sprachen Galloromanische Sprachen Okzitanisch Offizieller Status Amtssprache von Spanien  Spanien Katalonien  Katalonien Sprachcodes ISO 639-1 oc ISO 639-2 oci Okzitanisch (okzitanisch occitan [.mw-parser-output .IPA atext-decoration:none utsiˈtɒ ] / lenga d’òc [ lɛŋgoˈdɔ ], französisch occitan/langue d’oc ) ist eine galloromanische Sprache, die hauptsächlich im südlichen Drittel Frankreichs und in Monaco gesprochen wird. Hinzu kommen auf dem Territorium Spaniens die nordwestkatalanische Region Val d’Aran im Quellgebiet der Garonne und im Norden Italiens einige piemontesische Alpentäler, außerdem durch Auswanderung entstandene Sprachinseln im Süden Ita...

how to make Background color transparent [duplicate]

Image
0 This question already has an answer here: How do I give text or an image a transparent background using CSS? 28 answers How can i make a background color partially transparent with css, i want to have the background color partially showing the background image thanks.enter image description here <div id="border101"> <center><img src="img/logo.jpg" height="120px"></center> <hr> <p style="background-color: white; font-size: 20px;" align="left"> Welcome to cryptofreeonline.ga we have many site in different formats. We made this site with some basic help from the owners over at <a href="blackccgen.ga">Blackccgen</a> </p> </div> #border101 border: 10px solid silver; margin-left: 100px; margin-right: 100px; border-radius: 30px 30px 30px 30px; margin-top:30px; height: 650px; background-color: #C64CD5; css share | improve this question ...