Skip to content

Instantly share code, notes, and snippets.

Created August 9, 2012 10:19
Show Gist options
  • Save anonymous/3303021 to your computer and use it in GitHub Desktop.
Save anonymous/3303021 to your computer and use it in GitHub Desktop.
Untitled
#wCnt {
background-color: #FFF0AA;
width: 300px;
}
p {
color: blue;
}
.submod{
background-color: green;
}
.sub1{
color: darkorange;
display: none;
}
.sub2{
color: #000000
}
.w {
color: white;
}
<div id="wCnt">
<div class="w">
<p>Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of
type and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.</p>
</div>
<div class="w submod">
<div class="sub1">Text paomsd fasd fas fd. Ookoko sdf sdkf s. Text paomsd fasd fas fd. Ookoko sdf sdkf s.</div>
<div class="sub2">Ovo je drugi teskst . Ovo je drugi teskst koji je dugacak.
Ovo je drugi teskst koji je dugacak.Ovo je drugi teskst koji je dugacak.
Ovo je drugi teskst koji je dugacak. Ovo je drugi teskst koji je dugacak</div>
</div>
<div class="w">
<p>Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of
type and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.</p>
</div>
</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment