Welcome,
Here is the css script solution for week 1.
Copy the code and place it in your css folder.
you can follow these steps if you are not clear
|
fig1. Select CSS folder |
|
fig2. Select hw1 file and paste the code |
Now you are done with the assignment. you can save and view your changes by clicking index in fig1.
Note: Don't just copy the code, this is just for your reference only. See and check where you have gone wrong👍😉
h1{
color: rgb(240,240,240);
}
header{
text-align:center;
background-color:rgb(180,180,180);
}
h2{
color:rgb(0,0,139);
}
a{
color:rgb(60,60,60);
background-color:rgb(200,200,200);
}
nav{
text-align:left;
}
aside.left{
display:none;
}
section{
background-color:rgb(100,100,100);
}
If you have any doubts or questions regarding this, feel free to ask in comment section.
Thank you🙏
Comments
Post a Comment