Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body>
<div class="w3-container">
<h2>Hover Colors</h2>
<p>You can use any hover color to style a bar:</p>
<p>Mouse over the bar items to see the effect:</p>
<div class="w3-bar w3-black">
  <div class="w3-bar-item w3-hover-red">London</div>
  <div class="w3-bar-item w3-hover-green ">Paris</div>
  <div class="w3-bar-item w3-hover-blue">Tokyo</div>
</div>
<br>
<div class="w3-bar-block w3-black" style="width:120px">
  <div class="w3-bar-item w3-hover-red">London</div>
  <div class="w3-bar-item w3-hover-green ">Paris</div>
  <div class="w3-bar-item w3-hover-blue">Tokyo</div>
</div>
</div>
</body>
<!-- Mirrored from www.w3schools.com/w3css/tryit.asp?filename=tryw3css_bar_hover by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:50:35 GMT -->
</html>