Skip to content

Commit

Permalink
style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitlouis committed Sep 18, 2024
1 parent a0c955e commit 5986e00
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
<!DOCTYPE html>.tab.active {
border-bottom-color: #3498db;
color: #3498db;
}

.tab-content {
display: none;
padding-top: 1em;
}

.tab-content.active {
display: block;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>City Circuit</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<script src="https://d3js.org/d3.v7.min.js"></script>
</head>
<body>
Expand Down

0 comments on commit 5986e00

Please sign in to comment.