-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.css
More file actions
118 lines (112 loc) · 1.67 KB
/
homepage.css
File metadata and controls
118 lines (112 loc) · 1.67 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
*{
margin:0px;
padding:0px;
}
.t1{
background-color: rgb(0, 0, 0);
text-align: center;
height:80px;
clear: both;
float:left;
width:100%;
}
.img{
margin-left:150px;
height:80px;
width:120px;
float:left;
}
a{
color:white;
text-decoration: none;
}
.t1 li{
display:inline;
font-size: 20px;
margin:20px;
color:azure;
line-height: 70px;
}
.i2{
width:100%;
height:620px;
}
#h1{
size:50px;
text-align: center;
color:rgb(58, 161, 196);
}
.c1{
height:350px;
width:27%;
text-align: center;
float:left;
padding:30px;
}
.c1 p{
font-size: 25px;
}
.c1 h1{
color:rgb(58, 161, 196);
}
.c1 img{
width:100px;
height:70px;
}
.c2{
height:450px;
width:50%;
text-align: center;
float:left;
background-color: coral;
color:white;
}
.c2 li{
font-size: 25px;
display: inline;
margin:50px;
line-height: 60px;
text-align: left;
}
.c2 img{
height:450px;
width:110%;
}
.c2 button{
height:55px;
width:150px;
font-size:15px;
background-color:orange;
color:white;
border:0px;
border-radius:25px;
cursor: pointer;
}
.t2{
background-color:#252525;
height:300px;
clear: both;
float:left;
width:100%;
}
.t2 ul li{
display:flex;
font-size: 25px;
margin:25px;
color:azure;
line-height: 20px;
margin-left: 50px;
margin-top: 20px;
}
.t3{
width:40%;
float:left;
}
.t3 li{
line-height:50px;
display:flex;
color:azure;
}
.t3 p{
font-size:20px;
}