If you looked at your style sheet so far in your browser, you will see the navigation menu is in an awkward place and should be better aligned. Within your style sheet, you can add the following boldface text to your style sheet:
<head>
<title>My First CSS File</title>
<style type="text/css">
body {
padding-left: 20em;
color: blue;
background-color: #b67b67 }
ul.navbar {
position: absolute;
top: 4em;
left: 2em;
width: 10em }
</style>
</head>
Your updated editor should look like the following screen:
Join the Discussion
Write something…
HelenpDoyle
Premium
Have bookmarked both of these tutorials Steph. I have been teaching myself css but look forward to reading your information.
Quincy17677
Premium
Will be doing this tutorial. Several years ago, I did learn css but through disuse, have no memory of it at all. I look forward to it.
My time to upgrade to Windows 10 came last night. I was so glad that you had written about how much time it took that I just went to bed and only had a short wait this morning for it to finally finish. So far (one hour) I like it. I gave Microsoft Edge a bit of a try but I then chose Google as my default browser as it seems much easier to work with because it is more intuitive.
My time to upgrade to Windows 10 came last night. I was so glad that you had written about how much time it took that I just went to bed and only had a short wait this morning for it to finally finish. So far (one hour) I like it. I gave Microsoft Edge a bit of a try but I then chose Google as my default browser as it seems much easier to work with because it is more intuitive.