SIMPLE DESIGN USING HTML ,CSS AND CSS PROPERTY WEBKIT-TEXT-STROKE PART:-5

USING WEBKIT-TEXT-STROKE

Hii..
This is Most useful property of css. It is so beautiful to decorate the words. The webkit-text-stroke is so useful.


More blogs at :-https://darkwriter17.blogspot.com
The program start :-

<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
p{
color: black;
font-size: 280px;
-webkit-text-stroke:15px red;
}
</style>
</head>
<body>
<p>This Is It.</p>
</body>
</html>

OUTPUT



Comments

Popular posts from this blog

DATABASE ::: TREE TRAVERSAL

Simple Degin Using HTML And CSS Part-2

Front End Processor