-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathctm.css
31 lines (24 loc) · 973 Bytes
/
ctm.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
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');
*{
margin: 0;padding: 0;box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
.cont{
height: 100vh;
width: 100vw;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 4%;
}
.img{
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ertxt{
background-color: #32a897;
padding: 2%;
border: 3px solid ;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 2px, rgb(209, 213, 219) 0px 0px 0px 2px inset;
}