Gyancode

A free library of HTML, CSS, JS

Search This Blog

Tuesday 20 December 2016

Images Double Border In css

<html>
<head>
<title>Images Double Border In css</title>
</head>
<style type="text/css">
img {padding:1px;border:1px solid #021a40; background-color:#ff0;}
</style>
<body>
<img src="demo.jpg" alt="demo"/>
</body>
</html>

No comments :

Post a Comment