-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (61 loc) · 1.24 KB
/
style.css
File metadata and controls
66 lines (61 loc) · 1.24 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
.right {
color : #C0C0C0;
margin-top : 0px;
padding-bottom : 0px;
margin-bottom : 0px;
margin-left : 15px;
margin-right : 15px;
font-family : MS Sans Serif;
text-indent: 2.5em;
border-bottom: 1px solid 3B454F;
background-color: ;
}
.right1 {
text-indent: 1.5em;
}
.alp {
font-size: 37px;
line-height: 39px;
margin: 40px 0 15px 80px!important;
letter-spacing: -0.018em;
}
.lev {
font-size: 17px;
line-height: 26px;
padding: 0 80px 0 0;
margin: 0px 0 27px 80px;
font-style: normal;
font-family: "Classico Regular",Optima,Arial,sans-serif;
}
.gg {
border-bottom: 1px solid Black;
}
.table-round1 {
background-color: #00FFFF;
border: 1px solid #000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.ex1 img{
border: 1px solid #ccc;
float: left;
margin: 30px;
-webkit-transition: margin 0.5s ease-out;
-moz-transition: margin 0.5s ease-out;
-o-transition: margin 0.5s ease-out;
}
.ex1 img:hover {
margin-left: 10px;
}
.ex2 img{
border: 1px solid #ccc;
float: left;
margin: 30px;
-webkit-transition: margin 0.5s ease-out;
-moz-transition: margin 0.5s ease-out;
-o-transition: margin 0.5s ease-out;
}
.ex2 img:hover {
margin-left: 10px;
}