diff --git a/README.md b/README.md
index 9b29c86..a1b5eb6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
### GraphXR Iframe example(V2.8.0)
+Your can try with at first
+
> Please refer the graphXR.injection.js in
tag at first
```
diff --git a/index.html b/index.html
index e51806a..569a9bb 100644
--- a/index.html
+++ b/index.html
@@ -60,17 +60,33 @@
font-size: 18px;
}
+ .header .actions{
+ width:18%;
+ padding: 1%;
+ height: 100%;
+ }
+
.header .btn {
+ width: 100%;
cursor: pointer;
text-align: center;
- height: 120px;
- line-height: 120px;
- width:18%;
+ height: 60px;
+ line-height: 60px;
margin:20px 1%;
border-radius: 4px;
color: white;
background-color:green;
}
+
+ .header a.help{
+ display: block;
+ text-align: center;
+ font-size: 32px;
+ color: black;
+ border: none;
+ text-decoration: none;
+ background-color: white;
+ }
@@ -102,7 +118,12 @@
- RUN
+