-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy1css.css
96 lines (93 loc) · 1.65 KB
/
my1css.css
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
body{
margin:0;
font-family: Georgia, "Times New Roman", Times, serif;
color: #222;
font-size:16px;
}
h1{
text-align:center;
position:relative;
color:#222;
height:80px;
font-weight:700;
font-size:76px;
font-family: BrandonGrotesque-Bold, futura , verdana , serif;
}
h2{
text-align:center;
position: relative;
display:block;
top: 10px;
font-size: 22px;
padding:22px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font-weight:normal;
}
img { // isko class dena .sofa, kyuki pure page me ek hi img nahi hota
height:100px;
width:135px;
position: relative;
}
.section1 {
margin-left: 50%;
transform: translate(-50%,0%);
margin-top: 80px;
display: inline-flex;
align-items: center;
}
p{
margin-top:6px;
line-height:24px;
display:block;
margin-bottom:0;
height:26px;
}
ul{
list-style:none;
}
li{
float: left;
width: 220px;
height: 100px;
margin-top: 50px;
margin-right: 40px;
display:list-item;
}
.footer{
color:#eee;
width: 1000px;
margin: 0 auto;
padding: 0 20px;
height: 570px;
display:block;
font-family: "Lucida Grande";
color: #ccc;
text-align:center;
width: 1000px;
float: left;
text-align: center;
margin-top: 60px;
margin-bottom: 20px;
}
.year{
float:left;
font-family: BrandonGrotesque-Regular, Futura, Verdana, serif;
font-size: 24px;
text-align:center;
color: #BBB;
margin-top: 42px;
position:relative;
width: 80px;
margin: 0 auto;
}
.toyear{
width: 80px;
margin: 0 auto;
position:relative;
float:right;
font-family: BrandonGrotesque-Regular, Futura, Verdana, serif;
font-size: 24px;
color: #BBB;
text-align:center;
}