Author Topic: Text style bu css  (Read 1868 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1827
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Text style bu css
« on: January 11, 2012, 05:27:47 AM »
১. Grass Text

ব্যবহৃত CSS কোড:

font: Verdana, Geneva, sans-serif;

font-size:36px;

text-align:center;

color:#3b6000;

text-shadow:0 0 4px #196000,

0 -5px 4px #207c00,

2px -10px 6px #36cf00,

-2px -15px 11px #3ff200,

2px -18px 18px #42ff00;
২. Normal Shadows

ব্যবহৃত CSS কোড:

font-size: 66px;

font-family: “Trebuchet MS”, Arial, Helvetica, sans-serif;

text-align:center;

text-shadow: 0 0 20px #333;
৩. With border Text

ব্যবহৃত CSS কোড:

font-size:66px;

text-align:center;

text -shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;

color: white;
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection