-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathakash.css
94 lines (94 loc) · 1.47 KB
/
akash.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
*{
padding: 0%;
margin: 0%;
}
.rahul{
height: 1202px;
background:darkgreen;
}
.rahul img{
left:0;
right:0;
text-align:center;
display:inline-block;
margin-left:170px;
}
.rahul h3{
font-size:41px;
color: beige;
display:inline;
margin-bottom:30%;
margin-left:5px;
}
.akash{
width: 1080px;
height:100px;
margin:0 auto;
margin-top:30px;
}
.akash h1{
max-width:60%;
display: inline-block;
left: auto;
font-size:45px;
color: darkgreen;
margin-left:45px;
}
.akash menu{
max-width:35%;
right:100%;
display: inline-block;
margin-left:120px;
}
.akash menu li{
display:inline;
padding:2px 3px;
background:darkgreen;
float:left;
margin:2px;
list-style:armenian;
}
.akash menu li a{
text-decoration:none;
color:rgb(246, 242, 242);
}
.akash menu li a:hover{
background: crimson;
color: beige;
}
.jibananda{
width: 1080px;
margin:0 auto;
background-image:url(../image/cannabis.jpg);
background-attachment: fixed;
background-repeat:no-repeat;
background-size:cover;
text-align: center;
padding-bottom:20px;
}
.jibananda h2{
font-size:30px;
color: azure;
}
.jibananda span{
font-size:20px;
color: rgb(241, 241, 237);
margin-top:20px;
}
.jibananda img{
margin-top:20px;
}
.ankan{
background-color: darkgreen;
text-align: center;
margin-top:100px;
}
.ankan h1{
font-size:20px;
color: beige;
margin-top:20px;
margin-bottom: 20px;
}
.ankan img{
margin-top: 20px;
}