EduCoder_web training assignment-CSS from entry to master-background style

I have been busy reviewing recently, and I have not had time to spare to share the answers. I'm sorry to say to everyone here!
I wonder how your review is going on?
Hahaha! Don't worry, the answers to the remaining chapters will be available to you next week.
Reissue one issue today! ! ! !
I wish everyone better than discrete mathematics for data structures! Higher than!
At the same time, I wish you all a Happy New Year in advance! ! !
If nothing else, this is the last blog I will post in 2020.
It will be 2021 next time!
In short, happy new year everyone! Exam is higher!
Happy every day, happy every day! ! ! !

first round

For the questions in this issue, please remember to click the drop-down box in the upper right corner to switch folders! ! ! ! ! ! ! ! ! ! It's all in the last file! ! ! !

/* ********** BEGIN ********** */
body {
    background-color:  ivory;
}      
/* ********** END ********** */

h1 {
    font-size: 40px;
    text-align: center;
}

p {
    font-size: 18px;
    color: grey;
    /* ********** BEGIN ********** */
     background-color: lightblue;
    /* ********** END ********** */
}

Second level

  /* ********** BEGIN ********** */
    /*设置背景图片*/
      background-image:url("https://www.educoder.net/attachments/download/211106");
    
    /* ********** END ********** */

Third pass

 margin-right: 200px;
     /* ********** BEGIN ********** */
     /**简写背景**/
    background: url("https://www.educoder.net/attachments/download/211104") 
    no-repeat 
    fixed right 
    top;
     
     /* ********** END ********** */

Okay, that's all there is to it.
Students who have not followed the official account should pay attention as soon as possible!
Mouse tail juice!

who I am?
Teacher Ma’s closed disciple.
I’m a college student
like you. I like self-media and like to share.
Follow my official account and get more resources.
Welcome to join!
Let us study together! improve together! !
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_45803282/article/details/111999336