-
Notifications
You must be signed in to change notification settings - Fork 0
/
image3.css
41 lines (40 loc) · 1.01 KB
/
image3.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
.box{
width: 300px;
border: 1.5px solid rgb(190, 186, 186);
/* border-top:none; */
padding : 15px;
margin: 0px auto;
background-color: rgb(255, 255, 255);
border-radius: 12px;
display:flex;
flex-direction: column;
}
.img{
margin: -15px;
border-top-left-radius:12px;
border-top-right-radius:12px;
}
.heading{
font-size: 22px;
font-family:'Times New Roman', Times, serif
}
.p1{
padding-top: 10px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: rgb(130, 130, 130);
}
.p2{
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: rgb(130, 130, 130);
font-size: 16px;
}
.btn{
border: 1.5px solid rgb(190, 186, 186);
background-color: rgb(255, 255, 255);
padding: 12px;;
margin:8px 10px;
margin-right: 160px;
color: rgb(10, 117, 198);
font-size: 17px;
border-radius: 10px;
}