-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinner.html
28 lines (26 loc) · 1004 Bytes
/
inner.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
<!DOCTYPE html>
<html>
<head>
<title>Inner</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" type="text/css" href="particle.css">
</head>
<body>
<article class="br4 ba b--black-10 mv4 w-100 w-50-m w-25-l mw6 shadow-5 center a1">
<main class="pa4 black-80">
<div class="measure">
<fieldset id="Image" class="ba b--transparent ph0 mh0">
<img src="https://buzzghana.com/wp-content/uploads/2014/07/Question-People-e1427812801775.jpg">
</fieldset>
<input onChange={} class="pa2 input-reset ba bg-transparent hover-bg-white hover-black w-100" type="text" name="answer" id="answer"/>
</div>
</main>
</article>
<div className="">
<input
onClick={this.onSubmitRegister}
class="b br4 ph3 pv2 input-reset ba b--black bg-transparent grow pointer f6 dib center b1" type="submit" value="Submit"/>
</div>
</body>
</html>