On the entry into force of background-repeat

use background to bring in the background image. Writing background-repeat: no-repeat; alone for the first time did not take effect. Change it to write after the address and take effect. Why?

the first time it is written as follows, no-repeat does not take effect:

< H1 > banner {< / H1 >
background-image: url(../images/book1.jpg);
backgroud-repeat: no-repeat;
backgroud-size: cover;
width: 100%;

}
effect

:

banner {


}

clipboard.png

Apr.05,2021

backgroud-repeat: no-repeat; backgroud misspelled, one less n

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d3b5-2b8c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d3b5-2b8c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?