How to change the font and background color of the submit action | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change the font and background color of the submit action

21st Oct 2017, 2:34 PM
ALAINGIRESSE ETONGO
ALAINGIRESSE ETONGO - avatar
3 Answers
+ 8
css: input [type=submit]{ background-color: blue; font-family: arial; }
21st Oct 2017, 2:41 PM
Kamil
Kamil - avatar
0
@Kamil please how can I make this image to reach the buttom of the "padding" or "little frame" while it still touches the top <div style="background-color:grey;color:red;padding:0.2%"> <h2 align="center"><i>My solo learn Experience <img src="http://www.sololearn.com/images/tree.jpg" height="50px" width="50px" alt="" /></i></h2>
21st Oct 2017, 2:50 PM
ALAINGIRESSE ETONGO
ALAINGIRESSE ETONGO - avatar
- 1
You should CSS
21st Oct 2017, 2:45 PM
Sundram Singh
Sundram Singh - avatar