馬老師MySQL基礎課程
分組選擇器(逗號分開)
div,span,p{ }相鄰兄弟選擇器(+)
<style type="text/css">
? ? ? ? ? ?.main h1+p{
? ? ? ? ? ? ? ?background-color: #7FFFD4;
? ? ? ? ? ?}</style><div class="main">
? ?<p>1</p>
? ?<h1>2</h1>
? ?<p>3</p> ? ?//選中 ? ?<h1>4</h1>
? ?<p>5</p> ?//選中 ? ?<p>6</p></div>
標簽: