-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalogstyle.css
More file actions
56 lines (49 loc) · 804 Bytes
/
catalogstyle.css
File metadata and controls
56 lines (49 loc) · 804 Bytes
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
#onlinestore{
font-size: 84px;
display: inline-block;
position: relative;
left: 30%;
top: 70px;
}
header{
background-color: #d9d9d9;
width: 100%;
padding-bottom: 190px;
padding-top: 0%;
margin-top: 0%;
}
#com{
display:inline-block ;
position: relative;
left: 30%;
top: 70px;
font-size: 24px;
}
#aboutme{
display:inline-block ;
position: relative;
left: 710px;
}
#Search-bar{
max-width: 40%;
position: relative;
text-align :center;
left: 30%;
top: 100px;
}
#icon{
position: relative;
left: 70.5%;
top: 140px;
}
.my-images {
max-width: 70%;
max-height: 30%;
position: absolute;
top: 115px;
left: 15%;
transition: .3s;
}
.my-images:hover{
transform: scale(1.20);
}