I need help with creating styled buttons in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need help with creating styled buttons in HTML

26th Apr 2017, 6:04 PM
sree
3 Answers
+ 2
please edit your question and... enter a question. where exactly are you stuck? what did you try already? do you have a sample code? there are button generators for pure css3 buttons on the web. it's easy to find them with your favorite search engine. just enter: css3 button generator
26th Apr 2017, 6:16 PM
Mario L.
Mario L. - avatar
+ 2
<button>click me</button> in css: button { background-color: #faa345; padding: 1em; border: 1px solid #faa346; border-radius: 4px; color: #fff; }
26th Apr 2017, 6:48 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 1
I'm actually a beginner both html so I just wanted to know how the buttons are created and how they are styled I needed the syntax to use it
26th Apr 2017, 6:41 PM
sree