Giter Club home page Giter Club logo

ebisucom_practice04_coding's People

Contributors

itsumoonazicode avatar

Watchers

 avatar  avatar

ebisucom_practice04_coding's Issues

スマホ表示時にホバーを無効化する

やりたいこと

  • 画面幅が768px以下のとき、サイト内でホバーが効いているものをすべて無効化したい

ついでに調べること

  • ホバーを無効化する代わりに、何かスタイルを当てたりする必要があるのか調べる

リンクのデフォルトの見た目を変更する

リンクのデフォルトの見た目を下記の通りに変更する

  • 下線無し・黒文字

ホバー時は、

  • 文字色を「設計やお見積りのご相談」で使ってる背景色と同じにする
  • 下線が表示されるようにする

「人気の設計システム」内に表示させる画像を、画面幅に応じて出し分けする

発生している問題

画面幅に応じて画像サイズが変動している

このせいで画像が大きすぎたり小さすぎたりしている

対応策

srcsetで設定した画像の切り替えに対応させる

<img class="flex-order-sm-1"
	src="images/settings-300.png"
	alt=""
	srcset="images/settings-300.png 1500w, images/settings-200.png 768w"
	sizes="100vw" />

画面のスクショ

  • 横幅1903px
    image

  • 横幅411px
    image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.