所以我的代码如下所示:
<div id="blackbox">style="background: black;
width: 90px;
height: 80px;
color: white;
text-align: center;
font-family: Times;
font-size: 20px;
position: fixed;
left: 0px;
bottom: 150px
现在它在某种程度上不适用于内联 CSS,这是我唯一能完成的事情。如果您对此有解决方案,我将非常感激。但是所以,我想制作 :hover 属性,但是因为这不起作用:
<div style="background: black;
width: 90px;
height: 80px;
color: white;
text-align: center;
font-family: Times;
font-size: 20px;
position: fixed;
left: 0px;
bottom: 150px}
blackbox:hover {background: white;}
或者
:hover {background: white;}
或者
hover {background: white;}