-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (66 loc) · 1.17 KB
/
style.css
File metadata and controls
77 lines (66 loc) · 1.17 KB
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
*{
margin: 5;
padding: 0;
box-sizing: border-box;
font-family: Arial, fantasy,sans-serif;
box-shadow: inset -5px 0 1px -6px #e48787;
}
.leftside
{
position: fixed;
width: 248px;
height: 100%;
background: #fff;
background-color: rgb(4, 4, 110);
}
.heading{
width: 200px;
height: 50px;
padding: 15px;
text-align: left;
font-size: 30px;
color: white;
list-style-type: none;
padding-bottom: 20px;
}
.menu_items{
padding-top: 30px;
}
#performa
{
width: 200px;
height: 50px;
padding: 15px;
text-align: left;
font-size: 17px;
color: white;
list-style-type: none;
}
.rightside
{
margin: 15;
margin-left: 250px;
margin-top: 25px;
position: relative;
/* background:rgb(6, 6, 124); */
background-image: linear-gradient(rgb(24, 8, 165), rgb(155, 136, 240));
display: flex;
justify-content:space-evenly;
height:320px;
}
.contents{
color: white;
width:430px;
padding-top: 70px;
}
.button_div{
padding-top: 15px;
}
button
{
background-color: coral;
color:cornsilk;
width:197px;
height:38px;
border-radius: 8px;
}