XRIA・XRIEのトップページ用テンプレート「Jessie(ジェシー)」です。
デモサイト
画像
・Pavement (Pexels)
ダウンロード
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrap"> | |
<div class="flex"> | |
<div class="sitename"> | |
<h1>Jessie</h1> | |
</div> | |
<div class="menu"> | |
<ul> | |
<li><a href="">MENU1</a></li> | |
<li><a href="">MENU2</a></li> | |
<li><a href="">MENU3</a></li> | |
</ul> | |
</div> | |
</div> | |
<!-- ここから下は消さないでください --> | |
<footer> | |
<p>Template Design By <a href="https://tosya.tokyo/">テンプレ屋</a></p> | |
</footer> | |
<!-- ここまで --> | |
</div> |
「自動改行しない」にチェックを入れてください。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta charset="utf-8"> | |
<meta name="robots" content="noindex,nofollow,noarchive"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<style> | |
body,ul,h1,p { | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
background: url(背景画像のURL); | |
} | |
.wrap { | |
max-width: 320px; | |
width: 100%; | |
box-sizing: border-box; | |
margin: 150px auto 50px; | |
} | |
body:before { | |
content: ''; | |
display: block; | |
background-color: rgba(225,225,225,0.8); | |
width: 100%; | |
height: 40px; | |
top: 140px; | |
position: absolute; | |
z-index: -5; | |
} | |
body:after { | |
content: ''; | |
display: block; | |
background-color: rgba(225,225,225,0.8); | |
width: 100%; | |
height: 30px; | |
top: 265px; | |
position: absolute; | |
z-index: -5; | |
} | |
.flex { | |
display: flex; | |
justify-content: space-between; | |
} | |
h1 { | |
font-size: 16px; | |
color: #F6346F; | |
} | |
h1:before { | |
content: ''; | |
display: inline-block; | |
width: 15px; | |
height: 15px; | |
background-color: #F6346F; | |
margin: 0 7px 0 0; | |
border-top-right-radius: 8px; | |
} | |
.sitename { | |
position: relative; | |
} | |
h1:after { | |
content: '☆'; | |
position: absolute; | |
left: 1px; | |
top: 3.4px; | |
left: 1.5px; | |
color: white; | |
font-size: 10px; | |
z-index: 5; | |
} | |
ul { | |
list-style: none; | |
display: flex; | |
justify-content: flex-end; | |
font-weight: bold; | |
} | |
li { | |
margin: 0 5px; | |
} | |
a { | |
text-decoration: none; | |
color: #347BE2; | |
} | |
a:hover { | |
color: #F6346F; | |
} | |
footer { | |
text-align: center; | |
font-size: 8px; | |
margin: 100px 0; | |
} | |
</style> |
ランキング
以下のランキングに参加しているので、よろしければクリックをお願いします。
・sozai-R
・にほんブログ村 ブログテンプレート
・生徒会長はxxxがお好き