-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
126 lines (100 loc) · 1.73 KB
/
Copy pathstyle1.css
File metadata and controls
126 lines (100 loc) · 1.73 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
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
124
125
126
html{
padding: opx;
margin: 0px;
}
body{
/* background-color: blueviolet; */
padding: 0px;
margin: 0px;
background-size: contain;
box-sizing: border-box;
background-attachment: fixed;
}
/* Head Start */
.head{
height: 12px;
width: 100%;
background-color: green;
}
.head li{
float: right;
font-size: 4px;
list-style: none;
padding: 4px;
color: white;
font-style: italic;
}
/* Head End */
/*
main start */
.main{
height: 200px;
width: 100%;
background-color: whitesmoke;
/* position: relative; */
}
.addi{
height: 15px;
width: 100%;
background-color:white;
box-shadow: 20px 20px 50px whitesmoke;
}
.addi img{
height: 15px;
width: 30px;
float: left;
margin-left: 12px;
margin-bottom: 8px;
}
.addi ul li{
float: right;
font-size: 5px;
list-style: none;
padding: 6px;
padding-bottom: 6px;
}
.fas fa-bone{
height: 20px;
width: 30px;
background-color: crimson;
}
.main img{
background-size: contain;
background-attachment: fixed;
background-repeat: no-repeat;
}
.end{
height: 30px;
width: 100%;
background-color: green;
margin-bottom: -4020px;
}
.end ul li{
float: right;
list-style: none;
color: ivory;
padding: 5px;
font-size: 10px;
font-style: italic;
}
.end li span:nth-child(1){
margin-right: 30px;
}
.end ol li{
list-style: none;
font-size: 7px;
float: right;
padding: 5px;
padding-left: 32px;
padding-bottom: 20px;
color: cornsilk;
font-style: oblique;
}
.end ol li span:nth-child(1){
margin-right: 30px;
}
.fot{
height: 20px;
width: 100%;
background-color: green;
}