Need Help With Floating Clouds
I need some help on step 3/3. I do not now how much margin am I going to use for the sidebar. My code is:
<style>
body {
font-family: sans-serif;
}
h1 {
font-family: fantasy;
}
#cloud-pic {
width: 100px;
float: left;
}
#cloud-sidebar {
background: rgb(255, 255, 219);
float: right;
width: 30%;
}
</style>
How much margin do I need to use for the sidebar?
Please sign in to leave a comment.