Issue
I'm trying to create a second background/box but it isn't showing up on my page. The specific code:
The MAIN-PAGE Class HTML and CSS
<div class="MAIN-PAGE"></div>
.MAIN-PAGE {
position: fixed;
height: 100px;
width: 100px;
color: red;
}
Solution
Its working but your looking for "background-color: red;"
Answered By - BrettEvade
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.