|
@ -15,6 +15,7 @@ |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/divider.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/divider.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/grid.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/grid.css"> |
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/header.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/segment.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/segment.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/table.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/table.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/icon.css"> |
|
|
<link rel="stylesheet" type="text/css" href="../dist/components/icon.css"> |
|
@ -218,6 +219,43 @@ |
|
|
|
|
|
|
|
|
<div class="ui text container"> |
|
|
<div class="ui text container"> |
|
|
|
|
|
|
|
|
|
|
|
<h2 class="ui header">Header Groups</h2> |
|
|
|
|
|
|
|
|
|
|
|
<h4 class="ui top attached block header"> |
|
|
|
|
|
Top Block Header |
|
|
|
|
|
</h4> |
|
|
|
|
|
<div class="ui bottom attached segment"> |
|
|
|
|
|
Segment |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui section divider"></div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui top attached segment"> |
|
|
|
|
|
Segment |
|
|
|
|
|
</div> |
|
|
|
|
|
<h4 class="ui bottom attached block header"> |
|
|
|
|
|
Bottom Block Header |
|
|
|
|
|
</h4> |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui section divider"></div> |
|
|
|
|
|
|
|
|
|
|
|
<h4 class="ui top attached block header"> |
|
|
|
|
|
Top Block Header |
|
|
|
|
|
</h4> |
|
|
|
|
|
<div class="ui attached segment"> |
|
|
|
|
|
Segment |
|
|
|
|
|
</div> |
|
|
|
|
|
<h4 class="ui attached block header"> |
|
|
|
|
|
Middle Block Header |
|
|
|
|
|
</h4> |
|
|
|
|
|
<div class="ui attached segment"> |
|
|
|
|
|
Segment |
|
|
|
|
|
</div> |
|
|
|
|
|
<h4 class="ui bottom attached block header"> |
|
|
|
|
|
Bottom Block Header |
|
|
|
|
|
</h4> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="ui header">Mixed Attached Content</h2> |
|
|
<h2 class="ui header">Mixed Attached Content</h2> |
|
|
|
|
|
|
|
|
<div class="ui section divider"></div> |
|
|
<div class="ui section divider"></div> |
|
|