We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No description provided.
The text was updated successfully, but these errors were encountered:
//css .mainDiv { float: left; margin-left: 10%; width: 80%; margin-top: 2%; height: 200px; background-color: #FFEBCD; } .viceDiv_1,.viceDiv_2,.viceDiv_3 { float: left; background-color: #7FFFD4; margin-top: 2% ; margin-left: 2.5%; width: 30%; height: 150px; }
//html <body> <div class="mainDiv"> <div class="viceDiv_1"> </div> <div class="viceDiv_2"> </div> <div class="viceDiv_3"> </div> </div> </body>
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: