maringetxway commited on
Commit
ddf3f53
·
verified ·
1 Parent(s): c1049d9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +33 -1
index.html CHANGED
@@ -5,7 +5,39 @@
5
  <title>LeRobot Worldwide Hackathon Map</title>
6
  <link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
7
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
8
- <link rel="stylesheet" href="styles.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  </head>
10
  <body>
11
  <div id="title_map">LeRobot Worldwide Hackathon Map</div>
 
5
  <title>LeRobot Worldwide Hackathon Map</title>
6
  <link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
7
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
8
+ <style>
9
+ html, body {
10
+ margin: 0;
11
+ padding: 2rem;
12
+ font-family: 'IBM Plex Mono', monospace;
13
+ }
14
+
15
+ #map { height: 100vh; width: 100%; }
16
+
17
+ h1 {
18
+ font-size: 16px;
19
+ margin-top: 0;
20
+ }
21
+
22
+ p {
23
+ color: rgb(107, 114, 128);
24
+ font-size: 15px;
25
+ margin-bottom: 10px;
26
+ margin-top: 5px;
27
+ }
28
+
29
+ .card {
30
+ max-width: 620px;
31
+ margin: 0 auto;
32
+ padding: 16px;
33
+ border: 1px solid lightgray;
34
+ border-radius: 16px;
35
+ }
36
+
37
+ .card p:last-child {
38
+ margin-bottom: 0;
39
+ }
40
+ </style>
41
  </head>
42
  <body>
43
  <div id="title_map">LeRobot Worldwide Hackathon Map</div>