-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (80 loc) · 1.01 KB
/
style.css
File metadata and controls
81 lines (80 loc) · 1.01 KB
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
a{
color:black;
font-size: 19px;
padding: 20px;
}
a:link {
text-decoration: chartreuse;
}
a:hover{
color: crimson;
}
#h1{
text-align: center;
font-size: 20px;
font-style: italic;
}
.middle{
padding: 40px;
text-align: center;
}
#table{
border: 4px;
}
#phn{
width:400px;
}
#phn2{
width: 400px;
}
#phn3{
width: 400px;
}
.no{
text-align: center;
}
#frame{
text-align: center;
}
.TV{
text-align: center;
}
#down{
text-align: center;
}
#top{
font-size: 9px;
}
i{
font-size: 100px;
}
.dell{
text-align: right;
}
.p2{
text-align: center;
border-style: dotted;
}
.mobile{
color: blueviolet;
}
#li{
text-align: center;
}
#back{
background-image: url("back.jpg") ;
background-repeat: no-repeat;
background-size: 1200px;
}
#collection{
text-align: center;
}
#img{
padding: 20px;
}
#p1{
color: black;
}
.bb{
background-color: lightcyan;
}