Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lists.md « elements « content « exampleSite - github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6f80406bb6e93470833d278210064d1ee981544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
+++
Title = "Lists"
weight = 20
+++

### {{< param title >}}

#### Unordered 

- Dolor pulvinar etiam.
- Sagittis lorem eleifend.
- Felis feugiat dolore viverra.
- Dolor pulvinar etiam.

#### Ordered
1. Dolor pulvinar etiam.
2. Etiam vel felis at viverra.
3. Felis enim feugiat magna.
4. Etiam vel felis nullam.
5. Felis enim et tempus.


#### Actions

{{< button-group class="" >}}
    {{< button title="PRIMARY" link= "#actions" class="primary" >}}
    {{< button title="DEFAULT" link= "#actions" class="" >}}
{{< /button-group >}}

{{< button-group class="small" >}}
    {{< button title="SMALL" link= "#actions" class="primary small" >}}
    {{< button title="SMALL" link= "#actions" class="small" >}}
{{< /button-group >}}

{{< button-group class="stacked" >}}
    {{< button title="PRIMARY" link= "#actions" class="primary" >}}
    {{< button title="DEFAULT" link= "#actions" class="" >}}
{{< /button-group >}}

{{< button-group class="fit" >}}
    {{< button title="DEFAULT" link= "#actions" class="primary" >}}
    {{< button title="SMALL" link= "#actions" class="primary small" >}}
{{< /button-group >}}

{{< button-group class="fit" >}}
    {{< button title="DEFAULT" link= "#actions" class="" >}}
    {{< button title="SMALL" link= "#actions" class="small" >}}
{{< /button-group >}}