FAQ |
Kalender |
2017-12-01, 14:27 | #1 | ||
|
|||
Mycket flitig postare
|
Hej,
försöker återskapa denna https://screenshots.firefox.com/iWFt...PzA8/localhost fast medhjälp av en lista (UL, LI). Någon som kan hjälpa till lite... |
||
Svara med citat |
2017-12-01, 14:51 | #2 | |||
|
||||
Medlem
|
Beroende på hur du vill göra så kan du köra:
ul { list-style: none; margin-left: 0; padding-left: 0; } li { float:left; } li:last-child { font-weight:bold; } li:not(:first-child):before { content: "/"; } |
|||
Svara med citat |
Svara |
|
|