#lebronjamesgoat {
position:fixed;
left:400px;
margin:40px;
width:250px;
height:150px;
Makes the div stretch from the left side of my webpage to the right, with the text centered in the middle.
How do I make a 250px x 150px box on the right side of my screen?
}