<html>
<head>
<title>Text Stroke</title>
<style type="text/css">
h1 {
-webkit-text-stroke: 2px red;
-moz-text-stroke: 2px red;
-o-text-stroke: 2px red;
text-stroke: 2px red;
color: white;
font-size: 200px;
font-family: forte;
}
</style>
</head>
<body>
<h1>MaHii</h1>
</body>
</html>
Output :)
No comments:
Post a Comment