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

Front End Processor

Short Note On Database, Stack And Queues, Linked List, Trees, Searching And Sorting, Tables And Graphs And Introduction About CAD

DATABASE ::: TREE TRAVERSAL