+ 4
How to creat image slider using css3?
can we create using css3?
6 Answers
+ 8
But, but, but...
Start by accuratly describe your problem ^^
+ 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
+ 2
maybe using div tag with extra width
+ 2
but I want to use < > this sign's. not a dot.
+ 2
But I want to use font-awesome icon instead of < >.