How to creat image slider using css3? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to creat image slider using css3?

can we create using css3?

5th Mar 2017, 3:54 PM
Yash Gohel
Yash Gohel - avatar
6 Answers
+ 8
But, but, but... Start by accuratly describe your problem ^^
6th Mar 2017, 10:20 AM
visph
visph - avatar
+ 6
you don't use < > in css. If you have: <div id="myDiv" class="myClass"> ... you can target it with it's tag name, id or style ( rootly ): div { /* rules */ } #myDiv { /* rules */ } .myClass { /* rules */ } But if you don't get that, you should redo seriously the Html and the Css sololearn courses :P
6th Mar 2017, 6:58 AM
visph
visph - avatar
+ 2
maybe using div tag with extra width
5th Mar 2017, 5:49 PM
Yash Gohel
Yash Gohel - avatar
+ 2
but I want to use < > this sign's. not a dot.
6th Mar 2017, 4:50 AM
Yash Gohel
Yash Gohel - avatar
+ 2
But I want to use font-awesome icon instead of < >.
6th Mar 2017, 8:50 AM
Yash Gohel
Yash Gohel - avatar