Jyotheeshg commited on
Commit
e49bb28
·
verified ·
1 Parent(s): 7e2da9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -7,7 +7,46 @@ sdk: static
7
  pinned: true
8
  sdk_version: 5.4.0
9
  ---
10
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  <h1>Australian Research Council (ARC) Discovery Project DP220101925 — Deakin University</h1>
13
 
 
7
  pinned: true
8
  sdk_version: 5.4.0
9
  ---
10
+ <style>
11
+ body {font-family: Arial;}
12
+
13
+ /* Style the tab */
14
+ .tab {
15
+ overflow: hidden;
16
+ border: 1px solid #ccc;
17
+ background-color: #f1f1f1;
18
+ }
19
+
20
+ /* Style the buttons inside the tab */
21
+ .tab button {
22
+ background-color: inherit;
23
+ float: left;
24
+ border: none;
25
+ outline: none;
26
+ cursor: pointer;
27
+ padding: 14px 16px;
28
+ transition: 0.3s;
29
+ font-size: 17px;
30
+ }
31
+
32
+ /* Change background color of buttons on hover */
33
+ .tab button:hover {
34
+ background-color: #ddd;
35
+ }
36
+
37
+ /* Create an active/current tablink class */
38
+ .tab button.active {
39
+ background-color: #ccc;
40
+ }
41
+
42
+ /* Style the tab content */
43
+ .tabcontent {
44
+ display: none;
45
+ padding: 6px 12px;
46
+ border: 1px solid #ccc;
47
+ border-top: none;
48
+ }
49
+ </style>
50
 
51
  <h1>Australian Research Council (ARC) Discovery Project DP220101925 — Deakin University</h1>
52