前提・実現したいこと
Ruby on Railsでwebアプリを作っています。
発生している問題・エラーメッセージ
何も表示されません。
該当のソースコード
view
1<span id="top" class="expand"> 2 <a href="#"> 3 <img src="pagetop.png" alt=""> 4 </a> 5</span>
css
1#top { 2 position: fixed; 3 right: 20px; 4 bottom: 20px; 5} 6#top img { 7 width: 50px; 8} 9.expand { 10 display: inline-block; 11 transition: all .3s ease 0s; 12 text-decoration: none; 13} 14.expand:hover { 15 cursor: pointer; 16 transform: scale(1.1); 17} 18
試したこと
最初はセレクタ名を#backにしていたのですが、kだけ文字の色が変わらなかったので、#top変えました。
補足情報(FW/ツールのバージョンなど)
rails version 5.2.6
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。