Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Styling Your First HTML5 Web Page with CSS3 - 03
Oct 30, 2012 at 3:38 PM@Tyler I think you're missing a ";" after background:#eeff99
Try:
aside
{
width:80%;
margin-right:auto;
margin-left:auto;
font-size:.8em;
background:#eeff99;
padding:20px;
border:1px solid #696;
border-radius:20px;
}
Creating Your First HTML5 Web Page - 02
Oct 30, 2012 at 2:31 PMThis is great. Thank you very much for taking the time! I am planning on taking the 70-480, and this series is perfect.