Get your own website Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
div {
  color: blue;
  border: 10px solid currentcolor;
  padding: 15px;  
}
</style>
</head>
<body>
<h2>The currentcolor Keyword</h2>
<p>The currentcolor keyword refers to the current value of the color property of an element.</p>
<div>
This div element has a blue text color and a blue border.
</div>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_currentcolor by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:50 GMT -->
</html>