Html button style font color

Multiple ways to apply CSS styles to HTML button with examples

In this blog, Learn different styles applied to the HTML button with examples.

How do style a button in CSS and HTML examples

Let’s create a button in HTML. use button tag

 button type="button" style=color:#abb2bf>> Button/button>
input type="button" value="button" />

It is easy to apply styles using the CSS id selector. This example changes the button style’s background-color , font-weight , font-size , and color .

Here is a code for HTML button css font styles example

#button  background-color: blue; font-weight: 700; font-size: 20px; color: white; >
style> # button background-color: blue; font-weight: 700; font-size: 20px; color:white; > style> button type="button" style=color:#abb2bf>> Button/button>

How to change button color on hover with CSS?

This example explains displaying the button with the default color.

On hovering the button, Change the button background color.

CSS provides :hover pseudo-classes that apply to HTML elements on the hovering effect.

  • Changed the button background-color to green
  • Change the cursor on the button to pointer(hand)

Here is a CSS code for button hover styles

#button1  background-color: red; font-weight: 700; font-size: 20px; color: white; > #button1:hover  background-color: green; cursor: pointer; >

The same above CSS code can be written in SASS code using parent selector(&)

#button1  background-color: red; font-weight: 700; font-size: 20px; color: white; &:hover  background-color: green; cursor: pointer; > >
button type="button" id="button1">Click mebutton>

Render the button with hover as below

style> button  background-color: red; font-weight: 700; font-size: 20px; color: white; > button:hover  background-color: green; cursor: pointer; > style> br /> button type="button">Click mebutton>

CSS button disabled styles examples

Sometimes, We want to disable the button using CSS styles.

Button styles contain cursor: not-allowed and pointer-events: none; that disables the cursor and do not show the hand pointer on the button.

#button2  cursor: not-allowed; pointer-events: none; color: #d0d0d0; background-color: #ffffff; >

Displayed the button below

style> # button2  cursor: not-allowed; pointer-events: none; color: #d0d0d0; background-color: #ffffff; > style> br /> button type="button" id="button2">Disabledbutton>

How to remove border color from a button on focus with CSS and HTML

By default border, and button color is displayed in the browser. In Chrome, a Blue border exists, In other browsers black border exists.

How do remove the borderline from a button?

outline CSS attribute removes the borderline from a button.

You can apply outline and box-shadow styles to none

outline: none; box-shadow: none;
button  background-color: yellow; font-weight: 700; font-size: 20px; > button:hover  background-color: green; cursor: position; > button:focus  outline: none; box-shadow: none; >

Источник

HTML тег

Содержимое тега пишется между открывающим тегами.

Пример

html> html> head> title>Заголовок документа title> head> body> h1>Вот наша кнопка.. h1> button type="button">Нажать button> body> html>

Результат

example1

Использование CSS стилей

К тегу можно применять CSS стили для изменения внешнего вида кнопки, ее размера, цвета, шрифта текста и т.д.

Пример

html> html> head> title>Заголовок документа title> head> body> Обычная кнопка button type="button">Добавить в корзину button> hr /> Кнопка с красным текстом button type="button" style="color: red;">b>Книга HTML b> button> hr /> Кнопка с увеличенным размером шрифта button type="button" style="font: bold 14px Arial;">Загрузить книгу button>br /> body> html>

Результат

example2

Атрибуты

У тега

Атрибут Значение Описание
autofocus autofocus Указывает браузеру, что кнопка должна получить фокус после загрузки страницы.
disabled disabled Деактивирует кнопку. (Используется в случае, когда кнопка должна стать активной после выполнения какого-либо действия.)
form form_id Указывает форму, к которой относится кнопка. Если кнопка относится к нескольким формам, то их идентификаторы (form_id) должны быть разделены пробелами.
formaction URL Задаёт адрес, куда будут пересылаться данные формы при нажатии на кнопку. (Используется только для кнопок с атрибутом type=»submit»).
formenctype application/x-www-form-
urlencoded
multipart/form-data
text/plain
Определяет способ кодирования данных формы перед отправкой на сервер. (Используется только для кнопок с атрибутом type=»submit»). все символы кодируются перед отправкой (значение по умолчанию). символы не кодируются пробелы заменяются знаком «+», но символы не кодируются.
formmethod Указывает метод HTTP запроса, который будет использован при отправке данных формы. (Используется только для кнопок с атрибутом type=»submit»)
get Передает данные формы в адресной строке («имя=значение»), которые добавляются к URL страницы после вопросительного знака и разделяются между собой амперсандом (&). (http://example.ru/doc/?name=Ivan&password=vanya)
post Браузер устанавливает связь с сервером и посылает данные для обработки.
formnovalidate formnovalidate Отменяет проверку данных формы на корректность. (Используется только для кнопок с атрибутом type=»submit»).
formtarget Указывает, где показывать ответ после отправки формы. (Используется только для кнопок с атрибутом type=»submit»).
blank открывает ответ в новом окне.
self открывает ответ в текущем окне.
parent открывает ответ в родительском фрейме.
top открывает ответ во всю ширину окна.
name name Определяет имя кнопки.
type Определяет тип кнопки.
button обычная кнопка
reset кнопка, которая очищает форму от введенных данных
submit кнопка для отправки данных формы
value text Устанавливает значение кнопки.

Как добавить стиль к тегу ?

Распространенные свойства для изменения визуальной насыщенности/выделения/размера текста внутри тега :

  • CSS свойство font-style задает стиль шрифта: normal | italic | oblique | initial | inherit
  • CSS свойство font-family создает приоритетный список названий семейства шрифтов и/или общее имя шрифтов для выбранных элементов.
  • CSS свойство font-size задает размер щрифта.
  • CSS свойство font-weight устанавливает насыщенность шрифта.
  • CSS свойство text-transform задает регистр текста (заглавные или строчные буквы).
  • CSS свойство text-decoration устанавливает оформление текста. Оно является сокращенным свойством для text-decoration-line, text-decoration-color, text-decoration-style.

Цвет текста внутри тега :

Стили форматирования текста для тега :

  • CSS свойство text-indent указывает размер отступа первой строки в текстовом блоке.
  • CSS свойство text-overflow указывает, как будет отображаться пользователю строчный текст, выходящий за границы блока.
  • CSS свойство white-space указывает, как будут отображены пробелы внутри элемента.
  • CSS свойство word-break указывает перенос строки.

Другие свойства для тега :

  • CSS свойство text-shadow добавляет тень к тексту.
  • CSS свойство text-align-last выравнивает последнюю строку текста.
  • CSS свойство line-height устанавливает межстрочный интервал.
  • CSS свойство letter-spacing устанавливает расстояние между буквами/символами в тексте.
  • CSS свойство word-spacing устанавливает расстояние между словами в тексте.

Источник

CSS Buttons

Use the background-color property to change the background color of a button:

Example

Button Sizes

Use the font-size property to change the font size of a button:

Example

Use the padding property to change the padding of a button:

10px 24px 12px 28px 14px 40px 32px 16px 16px

Example

.button1
.button2
.button3
.button4
.button5

Rounded Buttons

Use the border-radius property to add rounded corners to a button:

Example

Colored Button Borders

Use the border property to add a colored border to a button:

Example

Hoverable Buttons

Use the :hover selector to change the style of a button when you move the mouse over it.

Tip: Use the transition-duration property to determine the speed of the «hover» effect:

Example

.button <
transition-duration: 0.4s;
>

.button:hover background-color: #4CAF50; /* Green */
color: white;
>
.

Shadow Buttons

Use the box-shadow property to add shadows to a button:

Example

.button1 <
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
>

.button2:hover box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
>

Disabled Buttons

Use the opacity property to add transparency to a button (creates a «disabled» look).

Tip: You can also add the cursor property with a value of «not-allowed», which will display a «no parking sign» when you mouse over the button:

Example

Button Width

By default, the size of the button is determined by its text content (as wide as its content). Use the width property to change the width of a button:

Example

Button Groups

Remove margins and add float:left to each button to create a button group:

Example

Bordered Button Group

Use the border property to create a bordered button group:

Example

Vertical Button Group

Use display:block instead of float:left to group the buttons below each other, instead of side by side:

Example

Button on Image

Snow

Button

Animated Buttons

Example

Example

Add a «pressed» effect on click:

Example

Example

Add a «ripple» effect on click:

Источник

Читайте также:  Виды конструкторов си шарп
Оцените статью