i set up my div tag.
. Do i start my CSS with #comment or .comment.
i set up my div tag.
Can you give us more details about your question? For eg: what are you trying to do?
i’m trying to move some text right. away from edge.
Charisma Communications - Gallery at the of this page where it says . Leave comments here
Can you share the code you are using?
<div class="comment">
<br>
<p>Leave comments here</p>
</div>
but i haven't started the CSS for it yet.
Which text were you trying to move? You can try to add some margin or some padding to it?
i’m asking how do i strat CSS.
Are you trying to learn CSS? If so, please consider looking at the fCC curriculum as it teaches css there.
Hi there!
You have added class attribute with the value comment
, so you need to start styling your comment
with a dot .
in CSS file.