CSS
 Computer >> コンピューター >  >> プログラミング >> CSS

CSSでボタンの背景色を変更する


ボタンの背景色を変更するには、 background-colorを使用します プロパティ。

次のコードを実行して、ボタンの背景色を変更してみてください

<!DOCTYPE html>
<html>
   <head>
      <style>
         .btn {
            background-color: yellow;
            color: black;
            text-align: center;
            font-size: 13px;
         }
      </style>
   </head>
   <body>
      <h2>Result</h2>
      <p>Click below for result:</p>
      <button class = "btn">Result</button>
   </body>
</html>

  1. CSSでプレースホルダー属性の色を変更するにはどうすればよいですか?

    CSSでプレースホルダー属性の色を変更するには、コードは次のとおりです- 例 <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style>    body {       font-family: "Segoe UI", Tahoma, Geneva, Verdana, s

  2. CSScaret-colorでカーソルの色を変更する

    挿入カレットの色を変更するには、CSScaret-colorプロパティ 使用されます。 例 次の例は、CSSのcaret-colorプロパティを示しています。 <!DOCTYPE html> <html> <head> <style> form {    padding: 2%;    margin: 2%;    text-align: center; } form:focus-within {    box-shadow: 0 0 10px rgba(0,0,0