morty
39 строк · 533.0 Байт
1.back-link {
2text-decoration: none;
3color: blue;
4}
5
6.content {
7margin-top: 30px;
8display: flex;
9}
10
11.card-details {
12display: flex;
13align-items: center;
14}
15
16.card-details__image img {
17width: 300px;
18height: 300px;
19margin-right: 20px;
20}
21
22.card-details__info {
23height: 300px;
24display: flex;
25flex-direction: column;
26gap: 10px;
27}
28
29.card-details__name {
30font-weight: bold;
31}
32
33.card-details__gender,
34.card-details__origin,
35.card-details__location,
36.card-details__status {
37font-weight: bold;
38margin-top: 10px;
39}
40