-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.css
97 lines (97 loc) · 1.38 KB
/
final.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
* {
margin: 0px;
padding-right: 0px;
padding-left: 0px;
}
.image {
height: 600px;
width: 1381px;
background-image: url("pexels-photo-grapher-1440388.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
h1 {
padding-top: 220px;
color: white;
}
.people-info {
display: flex;
justify-content: space-between;
}
.card {
border-radius: 20px;
}
.image-flex {
height: 400px;
width: 550px;
}
.myfooter {
height: 265px;
width: auto;
color: white;
}
.intro,
.links,
.contacts {
height: 245px;
padding: 80px;
/* margin: 5px 10px 5px 10px;
padding: 4px; */
}
li {
list-style: none;
}
@media screen and (max-width: 991px) {
.myfooter {
height: 795px;
width: 100%;
}
}
.form-bg {
height: 500px;
width: 1247px;
margin: 60px 70px;
padding: 74px 330px;
background-color: aliceblue;
opacity: 0.7;
}
form {
color: black;
font-weight: 800;
}
.form {
padding: 21px;
margin-left: 37px;
}
.name-input,
.mobile-input,
.email-input,
.desc-input {
margin: 10px 35px;
}
input {
width: 400px;
}
.button-input {
margin: 10px 35px;
padding: 10px;
}
.button {
margin-left: 150px;
}
@media screen and (max-width: 840px) {
.form-bg {
margin: 30px 70px;
padding: 76px 20px;
height: 500px;
width: 495px;
}
input {
width: 380px;
}
.form {
padding: 0px;
margin-left: 17px;
}
}