Skip to content

Latest commit

 

History

History
101 lines (81 loc) · 1.53 KB

cities_of_india.md

File metadata and controls

101 lines (81 loc) · 1.53 KB
<title>CSS Fun</title> <style> * { box-sizing: border-box; }

body { font-family: Arial, Helvetica, sans-serif; }

header { background-color: #666; padding: 30px; text-align: center; font-size: 35px; color: white; }

nav { float: left; width: 30%; height: 300px; background: #ccc; padding: 20px; }

nav ul { list-style-type: none; padding: 0; }

article { float: left; padding: 20px; width: 70%; background-color: #f1f1f1; height: 300px; }

section:after { content: ""; display: table; clear: both; }

footer { background-color: #777; padding: 10px; text-align: center; color: white; }

@media (max-width: 600px) { nav, article { width: 100%; height: auto; } } </style>

Cities

Chennai

Chennai, on the Bay of Bengal in eastern India, is the capital of the state of Tamil Nadu. The city is home to Fort St. George, built in 1644 and now a museum showcasing the city’s roots

Religious sites include Kapaleeshwarar Temple, adorned with carved and painted gods, and St. Mary’s, a 17th-century Anglican church.

<br>

Footer