The Logo of Nowiwi is made with CSS.
But ( however )
The screenshot of the css logo is used
as the logo at Nowiwi.Com
Due to YELLOW being too bright, ORANGE was chosen as the YELLOW alternative.
Yellow ( Orange ) is used as a CONNECTOR.
The letter N is red.
The Letter o is yellow.
The yellow connects red to the green w.
This is the HTML and CSS source :
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { font-family:arial ; }
h1 {
font-size:95px;
color: black;
-webkit-text-fill-color: orange;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black;
}
#red { -webkit-text-fill-color: red; }
#green { -webkit-text-fill-color: green; }
#blue { -webkit-text-fill-color: blue; }
#yellow { -webkit-text-fill-color: orange; }
</style>
<body>
<center>
<h1><span id="red">N</span><span id="yellow">o</span><span id="green">w</span><span id="yellow">i</span><span id="blue">w</span><span id="yellow">i</span>
</h1>
</center>
</body>
</html>
Backup Copies :
Link 1
https://isharetext.com/p/ba0ubdcz