-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomepage.CSS
More file actions
70 lines (64 loc) · 1.03 KB
/
Copy pathHomepage.CSS
File metadata and controls
70 lines (64 loc) · 1.03 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
body{
padding: 0;
margin: 0;
}
.image{
background:url(E:\vaibhu, vaishu\project\Homepage_img.png);
height:750px;
width:1600px;
}
.navbar{
height: 70px;
width: 100%;
background-color: deepskyblue;
}
.navbar ul{
float: right;
margin-right: 20px;
}
.navbar ul li{
margin:0 40px;
display: inline-block;
line-height: 40px;
}
.navbar ul li a{
text-decoration: none;
color: white;
font-size: 22px;
font-family: Tahoma;
}
.navbar ul li a.active,
.navbar ul li a:hover{
background-color:;
border-radius: 2px;
}
.image .left{
position: left;
font-family:none;
top: 40%;
left: 0%;
}
.left h5{
color: white;
margin-top:80px;
margin-left: 10px;
font-size:50;
text-align:left;
font-family:Algerian ;
}
.left h2{
color: white;
margin-top:0.000001px;
margin-left: 10px;
text-align:left;
font-size:50;
font-family:Algerian ;
}
.left h1{
color: white;
margin-top:3px;
margin-left: 10px;
text-align: left;
font-size:160 ;
font-family: Algerian ;
}