Help with code. Why doesn't this work?

html code

<p class="Movement">Please check out the other areas of my website!  </p>

css code

.Movement {
    font-family: cursive;
    position: absolute;
        right: 500px;
}

Thanks :slight_smile:

doesn’t work is a very broad description, what doesn’t work? Seems fine here:

http://jsbin.com/piziqon/edit?output

using uppercase letters in class names and css selector is really uncommon. Its technically not wrong, but its not recommend

Do you have the link to the CSS file? Additionally, can you show us the whole HTML page(including the <!DOCTYPE html>)?