-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (44 loc) · 1.09 KB
/
style.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
body{background-color:black ! important;
display: flex;
flex-wrap: wrap;
}
.row{
row-gap:15px;
}
#title{
color: aliceblue;
margin-top:20px;
text-decoration: underline;
}
.card{
background-color: rgb(239, 109, 130) ! important;
font-weight: bolder;
font-family:cursive;
height:400px !important;
width:450px !important;
border: 8px solid rgb(163, 9, 9) !important;
border-radius: 20px !important;
text-align: center;
color: rgb(250, 252, 253) !important;
box-shadow:inset 20px 20px 60px rgb(250, 245, 246);
margin-top:20px !important;
height: fit-content;
}
.card-img-top{
border-radius:20px !important;
height:150px;
margin-top:10px;
border:3px solid rgb(181, 8, 8);
padding:5px !important;
}
.card-header{
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bolder;
font-size:15px;
border:4px solid rgb(208, 11, 11);
background-color: rgb(8, 8, 8) !important;
border-radius:18px !important;
color: aliceblue !important;
margin:3px;
box-shadow:inset 20px 20px 60px rgb(241, 128, 139);
}