-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.css
74 lines (68 loc) · 1.42 KB
/
new.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
body{
display:block;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-image: url("background.png");
background-repeat: no-repeat;
background-size:cover ;
}
.container
{
position: relative;
height:400px;
left:0px;
}
.heder
{
height:100px;
width:100%;
background-image: url("logo.png");
background-size: 300px;
background-repeat: no-repeat;
border-bottom:2px solid #fafdfc;
padding-top: 50px;
font-size: 70px;
color:rgb(253, 250, 250);
text-shadow: aqua;
}
.btn{
position:absolute;
top:45px;
right:20px;
}
button{
color:black;
font-weight: bold;
height:40px;
width:150px;
background-image: linear-gradient(rgb(248, 7, 7),rgb(238, 104, 14));
border-radius: 10px;
}
#data
{
width:99%;
height:450px;
text-align: right;
justify-content: center;
display: flex;
}
.table
{
width:800px;
}
table{
color:rgb(243, 118, 16);
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font: 700;
}
table tr :hover{
background-color:lightgray;
}
img{
clip-path: circle();
}
.welcome{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: rgb(247, 244, 248);
padding-top: 50px;
}