Skip to content

Instantly share code, notes, and snippets.

@runa-ichinose
Created April 30, 2015 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runa-ichinose/fa39f39942a7672f97c3 to your computer and use it in GitHub Desktop.
Save runa-ichinose/fa39f39942a7672f97c3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<header class="global"><h1>略・・・</h1>
<p class="description">・・・略・・・</p>
<nav>
<ul>
<li><a herf="/">トップ</a></li>
<li><a herf="/about">書籍について</a></li>
<li><a herf="/source">サンプルソース</a></li>
<li><a herf="/dl/">ダウンロード</a></li>
<li><a herf="/profile">著者プロフィール</a></li>
<li><a herf="/contact">お問い合わせ</a></li>
</ul>
</nav>
</header>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
/* グローバルナビゲーション */
header.global nav {
margin: 0 0 50px;
ul {
overflow: hidden;
margin: 0;
padding: 0;
li {
list-style: none;
float: left;
width: 160px;
a {
display: block;
height: 50px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
background: url(../img/nav.png) no-repeat left top;
&:hovrt {
background-position: 0 -50pc;
}
}
}
}
Invalid CSS after " }": expected "}", was ""
<header class="global"><h1>略・・・</h1>
<p class="description">・・・略・・・</p>
<nav>
<ul>
<li><a herf="/">トップ</a></li>
<li><a herf="/about">書籍について</a></li>
<li><a herf="/source">サンプルソース</a></li>
<li><a herf="/dl/">ダウンロード</a></li>
<li><a herf="/profile">著者プロフィール</a></li>
<li><a herf="/contact">お問い合わせ</a></li>
</ul>
</nav>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment