We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385c74f commit a0ccd40Copy full SHA for a0ccd40
img/coming-soon.png
608 Bytes
index.html
@@ -43,6 +43,7 @@
43
44
.logo{
45
background: url('img/api-engine-logo.png');
46
+ background-repeat:no-repeat;
47
width:151px;
48
height:30px;
49
margin:auto;
@@ -65,6 +66,7 @@
65
66
67
.coming-soon{
68
background: url('img/coming-soon.png');
69
70
width:661px;
71
height:180px;
72
@@ -102,6 +104,7 @@
102
104
left:455px;
103
105
top:-15px;
106
background: url('img/respect-privacy-text.png');
107
108
}
109
110
.submit{
@@ -144,6 +147,7 @@
144
147
width:131px;
145
148
height:14px;
146
149
background:url('img/share-this-page.png');
150
151
float: left;
152
margin-right: 30px;
153
margin-top: 3px;
0 commit comments