forked from shubhambaid/localhackday.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MLH</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
</head>
<body>
<div class="nes-container with-title is-centered">
<br>
<p>OUR TOP CONTRIBUTERS</p>
<h1>**************************</h1>
<br>
<button type="button" class="nes-btn is-success" style="background-color: lightseagreen;">1st Place</button>
<br>
<br>
<button type="button" class="nes-btn is-primary" style="background-color: green;">2st Place</button>
<br>
<br>
<button type="button" class="nes-btn is-primary" style="background-color:rgb(238, 203, 5);">3rd Place</button>
<br>
<br>
<button type="button" class="nes-btn" style="background-color: black;">4th Place</button>
<br>
<br>
<button type="button" class="nes-btn" style="background-color: red;">5th Place</button>
</div>
</body>
</html>