div {
width
:
200px
;
height
background-color
#FFD400
}
div:hover {
#3BA9DE
div { width: 200px; height: 200px; background-color: #FFD400; } div:hover { background-color: #3BA9DE; }
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
link
href
"css/style.css"
rel
"stylesheet"
</
body
div
></