-
Notifications
You must be signed in to change notification settings - Fork 0
/
cric.css
91 lines (81 loc) · 1.57 KB
/
cric.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
/* Type your code here */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:[email protected]&family=Poppins&display=swap');
body{
background-image: url(https://s3.ap-south-1.amazonaws.com/kalvi-education.github.io/front-end-web-development/cricpro-bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: right;
margin-left: 20px;
font-family:Nunito Sans;
font-size:medium ;
}
*{
margin: 0px;
padding: 0px;
}
#logo{
display: flex;
justify-content:flex-end;
padding:10px;
}
table{
background-color: aliceblue;
border: 1px solid black;
border-collapse:collapse;
padding:10px;
width:65vw;
margin-top: 20px;
}
tr{
border-bottom: 1px solid gray;
}
th{
padding-left:15px;
padding-bottom: 20px;
padding-top: 15px;
text-align: start;
color:white;
background-color: rgb(218, 74, 27);
}
td{
padding:10px;
}
.cont{
padding-left: 90px;
}
.cric{
padding-left: 15px;
}
h1{
font-size:38px;
font-family: emoji;
}
h3 {
color: darkgrey ;
font-size: 24px;
}
#head{
display: flex;
flex-flow:column nowrap;
justify-content: space-around;
}
#imgDivContainer{
display:none;
position: absolute;
right: 25%;
top: 10%;
z-index: 100;
}
#crossButton{
position: absolute;
top: 10px;
right: 0;
background-color: #e6df0e30;
border-radius: 40px;
font-weight: 900;
cursor: pointer;
}
.cric {
color:rgb(38, 40, 203);
cursor: pointer;
}