-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.css
42 lines (38 loc) · 899 Bytes
/
info.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
* {
box-sizing: border-box;
padding: 0;
margin: 0;
margin-top: 10px;
}
body {
background: repeating-conic-gradient(27,27,27);
}
.container{
display: flex;
justify-content: center;
}
.card {
background: lightcyan;
width: 320px;
height: 570px;
margin: 20px;
border-radius: 15px;
}
.card-image{
background-color: aqua;
height: 150px;
margin-bottom: 15px;
background-size: cover;
}
.car-1 {
background-image: url('http://dattmedi.com/blog/wp-content/uploads/2020/05/Anxiety-Disorders.jpeg');
}
.car-2{
background-image: url('https://tse1.mm.bing.net/th?id=OIP.TX7T3eNbpIxFV4SWfWnS6gHaEy&pid=Api&P=0&h=180');
}
.car-3{
background-image: url('https://tse4.mm.bing.net/th?id=OIP.Votgs-QeOGJvEcJD0VYs9wHaDt&pid=Api&P=0&h=180');
}
.car-4{
background-image: url('https://tse3.mm.bing.net/th?id=OIF.IHgmpvJK8JVMShuvbKpqPQ&pid=Api&P=0&h=180');
}