-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstyle.css
123 lines (113 loc) · 2.13 KB
/
constyle.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
* {
margin: 0;
padding: 0;
}
main {
height: 100vh;
}
.me {
display: flex;
/* justify-content: center; */
align-items: right;
margin-top: 9rem;
margin-bottom: 1rem;
height: 23px;
margin-left: 14.2rem;
color: rgb(116, 216, 244);
}
.mine {
display: flex;
justify-content: center;
align-items: center;
height: 50px;
margin-bottom: -2rem;
font-size: xx-large;
}
.describe {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
text-align: center;
}
.container2 {
display: flex;
height: 80vh;
margin-top: 1.2rem;
/* background-color: salmon; */
}
.card1 {
display: block;
width: 70vh;
height: 65vh;
margin: 0rem 1rem;
margin-left: 10rem;
background-color:#2d2e37;
border-radius: 45%;
}
.card2 {
display:block;
position: relative;
width: 70vh;
height: 65vh;
margin: 0rem 1rem;
background-color:#2d2e37;
border-radius: 45%;
}
.card3 {
display:block;
position: relative;
width: 70vh;
height: 65vh;
margin: 0rem 1rem;
margin-right: 10rem;
background-color:#2d2e37;
border-radius: 45%;
}
.con-icon{
font-size: 3.5rem;
margin-left:9.8rem ;
margin-top: 1.5rem;
color: rgb(116, 216, 244);
}
.sec1-icon{
color: rgb(116, 216, 244);
margin-left: 10.8rem;
font-size: 1.5rem;
}
.card1:hover {
background: hsl(249, 32%, 17%);
}
.card2:hover {
background: hsl(249, 32%, 17%);
}
.card3:hover {
background: hsl(249, 32%, 17%);
}
.address{
margin-left: 9.2rem;
font-weight: 600 ;
}
.phone{
margin-left: 9.5rem;
margin-top: 0.4rem;
font-weight: 600 ;
}
.email{
margin-left: 10.1rem;
margin-top: 0.4rem;
font-weight: 600 ;
}
.addelem{
margin-left: 6.6rem;
margin-top: 3rem;
}
.add-sec{
margin-left: 0rem;
}
.phone-sec{
margin-left: -2rem;
}
.email-sec{
margin-left: 1rem;
}