/* sample solution to style.css */
div.wrapper {
float:right;
}
div.grid {
/* white text on red background, and add a little padding */
color:white;
background:red;
padding:5px;
}
#moveMe {
/* let's make it stand out by turning it blue */
background:blue;
/* add the positioning information here */
position: relative;
top: 5px;
right: 5px;
}
No comments:
Post a Comment