-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1_2)Homepage.css
80 lines (76 loc) · 1.51 KB
/
1_2)Homepage.css
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body{
background: url(bgfinal.jpg)
}
form{
padding-left: 80%;
}
img{
float: right;
margin-right: 30px;
margin-top: 9px;
}
.button5 {
width: 60%;
background-color:red ;
padding: 12px 20px;
display:inline-block;
margin: 8px 0;
border: none;
border-radius: 4px;
font-family:Lucida Handwriting;
font-size:30px;
}
input#search{
background: url("escape.png")
background-repeat: no-repeat;
width: 45px;
height: 45px;
}
#text {
padding-left: 80%;
color: white;
}
h2{
padding-left: 60%;
font-size: 100px;
color: red;
}
.first {
width: 80%;
background-color:black ;
color: white;
padding: 12px 20px;
display:inline-block;
margin: 10px 0;
border: none;
border-radius: 4px;
font-family:Lucida Handwriting;
font-size:30px;
}
.second {
width: 90%;
background-color:black ;
color: white;
padding: 12px 20px;
display:inline-block;
margin: 12px 5px;
border: none;
border-radius: 4px;
font-family:Lucida Handwriting;
font-size:30px;
}
/*.button_firstpage{
height: 30px;
width:40px;
background-image: url("volunteer.png");
background-size:cover;
cursor: pointer;
float: right;
}
.button_secondpage{
height: 30px;
width: 40px;
background-image: url("victimfinal.png")
background-size:cover;
cursor: pointer;
}*/