lingams
<!DOCTYPE html> <html> <head> <style> ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: green; } body { background-color:white; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: grey; } div.gallery { margin: 5px; border: 1px solid #ccc; float: left; //width: 180px; width: 250px; height: 250px; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; // height: auto; height: 300px; } div.desc { padding: 15px; text-align: center; } </style> </head> <body background-color:red;> <h1 style="font-size:35px;">சிவமுருகுமாலை ...










Comments
Post a Comment