ID Selector:
<style>
{
text-align: right;
color: blue;
}
</style>
CSS class Selector:
<style>
.right {
text-align: right;
color: blue;
}
</style>
ID Selector:
<style>
{
text-align: right;
color: blue;
}
</style>
CSS class Selector:
<style>
.right {
text-align: right;
color: blue;
}
</style>
Leave a Reply