Владимир777
Новичок
- Регистрация
- 10 Июн 2017
- Сообщения
- 142
- Реакции
- 23
- Баллы
- 18

а кнопку как такую сделать?
Код:
/* button episode save */
.save_time_main {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
#save_epizode_button {
padding: 0 19px;
color: #fff;
display: inline-block;
background-color: #c30;
height: 30px;
line-height: 30px;
border-width: inherit;
border-radius: 25px;
cursor: pointer;
margin-right: 10px;
}