Result ボタンがグラデーションなのでシャドウもグラデーションにしよう、みたいな提案 疑似要素に、グラデーションとblurを加えてグラデーションな影を生成しています css html, :root {/*CSS変数は必須ではありません*/ --blue: #0092ff; --red: #ea4335; } button {/*ボタンのスタイル*/ font-family: "Roboto", sans-serif; font-size: 16px; position: relative; outline: none; border: none; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; cursor: pointer; user-select: none; padding: 0.75em 3