-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.css
60 lines (60 loc) · 989 Bytes
/
new.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
.uvce h1{
text-align: center;
top: 75px;
color: white;
font-size: 50px;
}
.uvce{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(adre.jpg);
background-size:cover;
}
.img img{
margin-top: 10px;
margin-left: 125px;
margin-right: 125px;
margin-bottom: 30px;
height: 575px;
width: 1050px;
}
.img{
background-color: rgb(224, 241, 245);
}
input{
height: 30px;
width: 400px;
}
.abcd{
margin-top: 25px;
display: flex;
justify-content: space-around;
}
.mail img{
border-radius: 27px;
height: 55px;
width: 55px;
}
.abc{
justify-content: center;
display: flex;
}
.abc p{
margin-left: 10px;
}
.abc h3{
margin-left: 10px;
margin-top: 0%;
margin-bottom: 5px;
}
.adress{
display: flex;
flex-direction: column;
}
#fr img{
margin-right: 40px;
}
#we{
margin-left: 30px;
}
.abcd{
margin-bottom: 150px;
}