.sidebar .widget-content { font-size: 50px !important; }
To add a string at the end of a string
Char x[]= "My name is"
strcat( x , "Mahabub" )
x[] = "My name is Mahabub"
0 Comments