adding button: i'm feeling frustrated (test)
This commit is contained in:
parent
8fe9eb912f
commit
59aa39c5ee
@ -20,8 +20,8 @@ h1, h2, h3{
|
||||
margin:15px 0;
|
||||
}
|
||||
#search{
|
||||
width: 220px;
|
||||
position: relative;
|
||||
width: 300px;
|
||||
margin:0 0 0 20px;
|
||||
top:-3px;
|
||||
}
|
||||
@ -46,6 +46,13 @@ h1, h2, h3{
|
||||
#search #submit:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
input#frustrated{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
top:-3px;
|
||||
height: 44px;
|
||||
margin:-3px 0 0 20px;
|
||||
}
|
||||
#results, #intro{
|
||||
width:calc(100% - 371px);
|
||||
margin:10px 0 0 0;
|
||||
|
@ -15,6 +15,7 @@
|
||||
<input id="submit" type="submit" value="➜"/>
|
||||
</form>
|
||||
</div>
|
||||
<input id="frustrated" type="button" value="I'm feeling frustrated">
|
||||
<div id="txt-list">
|
||||
<p>Searching through <em>and calculating words of</em> the following txt documents:</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user