-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
97 lines (96 loc) · 1.7 KB
/
style.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
#whatsapp{
background-image: url(./Photo/main\ pic.png);
width: 100%;
height: 100%;
position: fixed;
margin-left: 403px;
margin-top: -8px;
}
#website{
position: fixed;
height: 100%;
width: 410px;
border: 1px solid;
background-color: ;
margin-top: -8px;
margin-left: -8px;
background-color: rgb(0, 0, 0);
overflow-y: scroll;
}
#search{
border: 1px solid rgb(231, 231, 231);
height: 60px;
background-color: rgb(231, 231, 231);
}
input{
border: unset;
width: 290px;
height: 28px;
position: relative;
top: 10px;
left: 20px;
margin-bottom: 15px;
border-radius: 10px;
border: 1px solid rgb(231, 231, 231);
padding-left: 60px;
background-color: rgb(231, 231, 231);
background-image: url("./Photo/search.png");
text-decoration: none;
outline: none;
}
input:hover{
border-color: #111;
}
input:active{
border-color: #111;
}
#size{
width: 24px;
position: absolute;
left: 30px;
top: 80px;
z-index: 1;
}
#zoom{
margin-left: 210px;
}
#logo{
color: gray;
font-size: x-large;
position: relative;
bottom: 20px;
}
.logos{
margin-left: 20px;
}
#pic_1{
width: 40px;
border-radius: 50%;
margin-top: 20px;
margin-left: 10px;
position: relative;
top: 10px;
}
hr{
display: flex;
}
.size{
width: 48px;
border-radius: 50%;
margin-top: 5px;
margin-left: 8px;
}
.para1 {
color: rgb(255, 255, 255);
margin-left: 70px;
font-weight: bold;
margin-top: -40px;
font-family: sans-serif;
}
.para2 {
color: rgb(175, 172, 172);
margin-left: 70px;
font-size: 13px;
margin-top: -10px;
font-family: sans-serif;
}