Wpis z mikrobloga

@janekhe: możliwy

- robisz jeden zbiorczy kontener
- w nim dajesz 3 elementy 1x span z tym tekstem i jakiegoś diva i w środku tego diva znowu span z tekstem
- divowi dajesz bg black, wymiary + z-index 2, overflow hidden
- 1 span czarny + z-index 1
- 2 span (w divie) kolor bialy
@janekhe:

Łap na szybko:

WYPOK
=====

//////////////////////////////////////////////////////

.container {
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #000 50%, #000 100%);
width: 950px;
text-align: center;
margin: 0 auto;

}
.text {
background: linear-gradient(to bottom, #000 0%, #000 50%, #fff 50%, #fff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Verdana;
font-weight: bold;
font-size: 150pt;


}

Dostosuj pod się ( ͡° ͜ʖ ͡°)