Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <listview>
  2.  
  3. <FirstItemTemplate>
  4.  
  5. Lots of text
  6. Big Image / maybe a video
  7.  
  8. <FirstItemTemplate>
  9. <ItemTemplate>
  10.  
  11. Summary
  12. thumbnail
  13. tagged caterogires
  14.  
  15. </ItemTemplate>
  16. </listitem>
  17.  
  18. li>element
  19.  
  20. ​<ul id="someid">
  21. <li> one </li>
  22. <li>more </li>
  23. <li>more </li>
  24. <li>more </li>
  25. </ul>
  26.  
  27. #someid li:nth-child(1){
  28. color:red;
  29. height:50px;
  30. /*or whatever style you need */
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement