Skip to content

Commit 03aa3a0

Browse files
author
penny
authored
Create issue.ex.2
1 parent f80e1b0 commit 03aa3a0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

issue.ex.2

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<style>
2+
button{
3+
border: none;
4+
color: white;
5+
padding: 15px 32px;
6+
text-align: center;
7+
text-decoration: none;
8+
display: inline-block;
9+
font-size: 16px;
10+
margin: 4px 2px;
11+
cursor: pointer;
12+
border-radius: 50px;
13+
}
14+
15+
#one{
16+
background-color:rgb(80,100,200);
17+
}
18+
#two{
19+
background-color: rgb(250,0,150);
20+
}
21+
#three{
22+
background-color:rgb(180,190,0);
23+
}
24+
#four{
25+
background-color:rgb(250,150,150);
26+
}
27+
body{
28+
margin-left:20%;
29+
}
30+
</style>
31+
<h1>HEALTH ISSUES</h1>
32+
33+
<form method="get" action="">
34+
<button type="submit"id="four">High School Drug Abuse</button>
35+
</form>
36+
<form method="get" action="https://we-hack-too-shan3011.c9users.io/addnew.html?">
37+
<button type="submit"id="two">Add an Issue</button>
38+
</form>

0 commit comments

Comments
 (0)