WN

WN (https://www.wn.se/forum/index.php)
-   Klientsidans teknologier, design och grafik (https://www.wn.se/forum/forumdisplay.php?f=12)
-   -   lite css hjälp (https://www.wn.se/forum/showthread.php?t=1068779)

naak2803 2017-12-01 13:27

lite css hjälp
 
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...

Axel Hansson 2017-12-01 13:51

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: "/";
}


Alla tider är GMT +2. Klockan är nu 14:40.

Programvara från: vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Svensk översättning av: Anders Pettersson