univ.phundrak.fr/css/button.css

11 lines
200 B
CSS
Raw Normal View History

2018-10-11 01:03:07 +00:00
#Button {
background-color: #F67280;
border: none;
color: #DDD;
padding: 0px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}