Just with CSS we can create arrow marks. The following is the html code.
Code:-
<div style="width:0px;height: 0px;border-left: 15px solid transparent;border-right: 15px solid transparent;display: inline-block;zoom: 1;margin-left: 10px;float: left;border-bottom: 15px solid #999999;"></div>
The following is how it appears in the browser:-
The following is how it appears in the browser:-
No comments:
Post a Comment