Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Evon R'al/Sandbox: Difference between revisions

From EVE University Wiki
m Template being worked on: Remove the WIP template to not be assigned to the WIP category
m Playing with CSS
Line 8: Line 8:
{{User:Evon R'al/Sandbox template|Test}}
{{User:Evon R'al/Sandbox template|Test}}
Line after
Line after
== Test CSS ==
&#25CB;<br>
&#9668;<br>
&#9678;<br>
&#9679;<br>
&#9675;<!--CSS  \25CB -->
{{#CSS:
.test ul {
  margin: 0;
  padding: 0;
}
.test li {
  margin: 0;
  list-style: none;
  display: inline;
}
.test li:after {
  content: "\25CB";  /* This is the one i think */
  padding-right: 4px;
}
.test li:last-child:after {
  content: none;
}
}}
<ul class="test">
<li>een
<li>twee
<li>drie
</ul>


== Test ==
== Test ==