-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (54 loc) · 1.13 KB
/
style.css
File metadata and controls
62 lines (54 loc) · 1.13 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
body {
min-height: 200px;
direction: rtl;
padding-top: 70px;
margin: 0 auto;
}
* {
margin: 0 auto;
text-align: center;
}
.carousel, .item {
max-height: 400px;
overflow: hidden;
}
.h3 {
color: black !important;
text-shadow: none !important;
}
.carousel-caption {
background: rgba(224,228,204, .5);
border-radius: 3px;
}
.tc {
padding-top: 50px;
}
.fr {
float:right;
}
.fl {
float:left;
}
.ar, input, textarea {
text-align: right;
}
#asbs {
-webkit-transform: rotate(2deg) skew(2deg, 0deg);
-moz-transform: rotate(2deg) skew(2deg, 0deg);
-ms-transform: rotate(2deg) skew(2deg, 0deg);
-o-transform: rotate(2deg) skew(2deg, 0deg);
transform: rotate(2deg) skew(2deg, 0deg);
position: relative;
top: 0px;
left: 0px;
background: black;
color: white;
height: 320px;
margin-top: 50px;
margin-bottom: 50px;
}
#footer {
background: #1A1A1A;
height: 200px;
border-top: 5px solid black;
}