-
Notifications
You must be signed in to change notification settings - Fork 3
/
new_now.css
87 lines (76 loc) · 1.4 KB
/
new_now.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
#container{
display: grid;
grid-template-columns: 19% 79%;
}
/*this is left container */
#left>div{
width: 78%;
}
#left>div>h5{
margin-bottom: -5px;
padding: 5%;
}
#left>div>p{
color: grey;
font-size: 15px;
/* margin-bottom: -7%; */
padding: 5%;
}
#left>div>p:hover{
cursor: pointer;
}
/*this is right container */
#right{
height: auto;
}
#right>div>p{
font-size: 26px;
border-bottom: 1px solid black;
}
#right>div:nth-child(2)>img{
width: 100%;
}
#right>div:nth-child(2)>img:hover{
cursor: pointer;
}
#right>div:nth-child(3)>img{
width: 100%;
}
#right>div:nth-child(3)>img:hover{
cursor: pointer;
}
#right>div:nth-child(4)>img{
width: 100%;
}
#right>div:nth-child(4)>img:hover{
cursor: pointer;
}
#right>div:nth-child(5)>img{
width: 100%;
}
#right>div:nth-child(5)>img:hover{
cursor: pointer;
}
#right>div:nth-child(6)>img{
width: 100%;
}
#right>div:nth-child(6)>img:hover{
cursor: pointer;
}
/* paras styles */
.paras{
margin-top: 30px;
width: 80%;
margin-bottom: 150px;
}
.paras>#head{
color: rgb(105, 105, 105);
font-size: 30px;
margin-bottom: 5%;
}
.paras>div>p{
color: grey;
line-height: 25px;
font-size: 17px;
margin-bottom: 3.5%;
}