Change Button Text Color - Create the button class: .btn { /* Text color */ color: #0099CC; /* Remove background color */ background: transparent; /* Border thickness, line style, and color */ border: 2px solid #0099CC; /* Adds curve to border corners */ border-radius: 6px; /* Make letters uppercase */ How to Create a Button in HTML To create a button use the button element This is a more accessible and semantic option compared to using a generic container which is created with the div element In the index html file below I ve created the basic structure for a webpage and added a single button
Change Button Text Color

Change Button Text Color
Method 1 Using HTML Download Article 1 Type











