-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew.css
95 lines (95 loc) · 1.36 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.m {
width: 100%;
display: flex;
gap: 20px;
height: 600px;
background-color: aliceblue;
visibility: hidden;
}
.m1 {
display: flex;
flex-direction: column;
width: 30%;
}
.im1 {
display: flex;
}
.fa-solid {
margin: 20px;
}
#ramu {
width: 80%;
display: flex;
gap: 20%;
}
.m21 {
display: flex;
flex-direction: column;
}
#m12 {
width: 57%;
margin-left: auto;
margin-right: auto;
}
.im1 > h5 {
position: relative;
font-size: 16px;
margin-bottom: -12px;
left: -27%;
font-weight: 300;
color: #004b91;
font-family: hero-new, sans-serif;
}
.im{
cursor: pointer;
}
.im:hover{
background-color: bisque;
border-radius: 14px;
}
.m1 > h4 {
position: relative;
left: 21%;
color: #212529;
font-weight: 300;
font-family: hero-new, sans-serif;
}
.a {
color: #212529;
font-weight: 300;
font-family: hero-new, sans-serif;
}
.mt {
width: 19px;
}
#icons {
position: relative;
top: 4%;
height: 64%;
}
#icons > div {
display: flex;
gap: 14px;
}
#icons > div:hover{
background-color: cornsilk;
}
#btn1{
position: relative;
top: 10%;
left: 5%;
font-size: 15px;
border-radius: 15px;
border: none;
}
#btn2{
position: relative;
top: 5%;
left: 20%;
font-size: 16px;
border-radius: 14px;
border: none;
}
#btn1:hover,#btn2:hover{
background-color: cadetblue;
}