-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue.ex.2
38 lines (36 loc) · 820 Bytes
/
issue.ex.2
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
29
30
31
32
33
34
35
36
37
38
<style>
button{
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 50px;
}
#one{
background-color:rgb(80,100,200);
}
#two{
background-color: rgb(250,0,150);
}
#three{
background-color:rgb(180,190,0);
}
#four{
background-color:rgb(250,150,150);
}
body{
margin-left:20%;
}
</style>
<h1>HEALTH ISSUES</h1>
<form method="get" action="">
<button type="submit"id="four">High School Drug Abuse</button>
</form>
<form method="get" action="https://we-hack-too-shan3011.c9users.io/addnew.html?">
<button type="submit"id="two">Add an Issue</button>
</form>