Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
.container .news h2 {
  font-size: 30px;
  color: green;
}
.container .news img {
  border: 5px solid maroon;
}
</style>
</head>
<body>
<h1>Not using @scope</h1>
<div class="container">
<div class="news">
    <h2>Some header</h2>
��� <img src="w3logo.png" alt="Some image">
</div>
</div>
</body>
</html>