forked from ShishuSidharth/krishiconnect-gfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylehome.css
92 lines (80 loc) · 1.78 KB
/
stylehome.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
body{
background: url('sunlight-forest-children-water-nature-grass-114691-wallhere.com.jpg');
background-size: cover;
background-repeat: no-repeat;
font-family:sans-serif;
}
h1{
font-size: 72px;
color: antiquewhite;
text-align: center;
font-weight: bold;
}
h2{
font-size: 48px;
width: 100%;
color: antiquewhite;
text-align: center;
}
.upper{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 50px;
}
#heading{
font-size: 56px;
color: rgb(120, 83, 20);
font-weight: normal;
}
#submitform{
height: 50px;
width: 700px;
font-size: 28px;
background: linear-gradient(to bottom right, #663300 0%, #999966 100%);
border: none;
border-radius: 8px;
}
input{
border-radius: 8px;
border: none;
}
#submitform:hover{
scale: 1.2;
transition-duration: .4s;
background: linear-gradient(to top right, #996600 0%, #999966 100%);
}
table{
color: bisque;
}
.tablediv{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer{
display: flex;
align-items: center;
flex-direction: column;
background:linear-gradient(to bottom, rgb(33, 33, 33),rgb(55, 55, 55));
color: aliceblue;
padding: 30px;
}
.contact{
display: flex;
padding: 20px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}
.contact img{
height: 50px;
margin: 40px;
}
.contact img:hover{
transition-duration: .5s;
scale:1.2;
}