-
Notifications
You must be signed in to change notification settings - Fork 0
/
flood_css.css
108 lines (97 loc) · 1.54 KB
/
flood_css.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
*{
margin:auto;
padding:auto;
}
body
{
background-image: url('floodM.jpg');
background-size:cover;
background-repeat:no repeat;
}
.btn{ margin: 10px;
padding :10px;}
.heading{
text-align:center;
padding:10px;
margin-top:100px;
padding-left:16px;
margin-left:17em;
margin-right:15em;
color:white;
background-color:rgba(0,230,0,0.6);
transition: all .5s;
border-radius:10px;
}
.heading1{
margin-top:1500px;
text-align:center;
}
.b{ color:white;
padding:5px;
background-color:rgba(210,105,30,0.7);
transition: all .5s;
border-radius:10px ;
}
.a{
display:block;
background-color:rgba(0,0,0,0.7);
border-radius:20px;
color:white;
transition: all .5s;
}
h1:hover{
background-color:#fff;
color:rgb(0,270,10);
margin-top:20px;
}
.b:hover{
background-color:#fff;
color:#000;
margin-bottom:100px;
}
.b{
padding:10px;
transition: all .5s;
}
.c{
color:white;
background-color:rgba(255,165,0,0.7);
padding:10px;
border-radius:20px;
transition: all .5s;
}
.para1
{
font-size:20px;
font-weight:300px;
}
div{
width:15%;
margin-left:5%;
display:block;
float:left;
text-align:center;
padding:50px 50px 0px 50px;
margin-top:200px;
}
span{
font-size:27px;
font-weight:900;
}
div:hover{
background-color:#fff;
color:#000;
margin-top:100px;
}
h2{
color:white;
}
.d{
border-radius:20px;
color:white;
background-color:rgba(0,0,0,0.5);
transition: all .5s;
}
div i.fas{
font-size:100px;
}