File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments