-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgreencard.css
101 lines (97 loc) · 1.77 KB
/
greencard.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
97
98
99
100
101
body{
margin: 0%;
padding: 0%;
}
#nktext{
margin-left: 30px;
/* text-align: center; */
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 15px;
margin-top: 2%;
color: rgb(101, 101, 101);
}
#nktext1{
margin-left: 30px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
margin-top: 2%;
color: rgb(56, 56, 56);
}
#nkmainimage{
width: 100%;
}
.nkcontainer{
height: 20vh;
width: 80%;
margin: auto;
/* border: 1px solid red; */
display: flex;
justify-content: space-evenly;
}
.nkcontainer>.nkleft,.nkright{
display: flex;
width: 40%;
padding: 3%;
}
.nkimageDiv>img{
height: 100%;
width: 100%;
margin-right: 0px;
}
.nktextDiv{
font-size: 100%;
width: 100%;
margin-left: 0px;
}
.nkouter{
background-color: rgb(238, 238, 238);
}
.nklineDiv{
height: 80%;
width: 0.1%;
margin-top: 1%;
background-color: rgba(153, 149, 149, 0.164);
}
.nkpoints{
/* border: 1px solid red; */
height: 55vh;
width: 80%;
margin: auto;
}
.nksubDiv{
height: 100%;
/* border: 1px solid green; */
width: 24%;
display: inline-block;
margin-left: 0.5%;
vertical-align: top;
/* border: 1px solid black; */
}
.nkrating{
/* border: 1px solid blue; */
height: 15%;
vertical-align: top;
margin-bottom: 70px;
}
.nklist{
/* border: 1px solid blue; */
height: 80%;
margin-top: 15%;
}
.nksubDiv>.nkrating>img{
margin:0px;
height: 200%;
width: 40%;
}
.nklist>#litext{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 1px;
margin-left: 0px;
}
.nklist>#litext:before {
content: '✓';
}