Skip to content

Instantly share code, notes, and snippets.

@pugiemonn
Last active January 31, 2017 10:13
Show Gist options
  • Save pugiemonn/067153539d5f1e6f954a8a2449002a5a to your computer and use it in GitHub Desktop.
Save pugiemonn/067153539d5f1e6f954a8a2449002a5a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>
body {
padding-top: 80px !important;
}
</style>
<!-- CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.7/semantic.css" />
</head>
<body class="ui main text container">
<h1>中央寄せ</h1>
<div class="ui center aligned grid">
<div class="eight wide column">
<a class="ui button" href="#">東京都</a>
</div>
<div class="eight wide column">
<a class="ui button" href="#">神奈川県</a>
</div>
</div>
<h1>通常</h1>
<div class="ui grid">
<div class="eight wide column">
<a class="ui button" href="#">東京都</a>
</div>
<div class="eight wide column">
<a class="ui button" href="#">神奈川県</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment