<!--画像系------------------>  
<div id="imgsize">
     <div class="recipe2">
     <img src="kihonimg/recipe2.jpg" alt="画像1"></div>     
<!--画像にリンク機能付与------------------>  
        <a href="リンク先 例)index.html">
        <div class="concept">
            <img src="kihonimg/concept.jpg" alt="画像にリンク機能付与"> </a></div>
<!--ヘッダーのロゴにでindex.html"にもどってくるよう仕込む------------------>  
        <a href="index.html">
          <div class="work">
          <img src="kihonimg/work.jpg" alt="index.htmlにもどってくる"></a></div>
<!--ヘッダーのロゴにh1適用させる( h1タグは画像でも使える) 
※参考サイト: h1タグは画像でも問題ない!画像を設定する時のポイント3つ!--> 
        <h1 class="site-title">
        <a href="index.html"><img src="kihonimg/favicon.ico" alt="favicon"></a></h1>
</div>
 

/*---画像系------------------*/
 #imgsize img{
  width: 100px;
  height: 100px;
}