-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTrip-Paris.css
More file actions
97 lines (97 loc) · 1.43 KB
/
Trip-Paris.css
File metadata and controls
97 lines (97 loc) · 1.43 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body
{
font-family: 'IBM Plex Sans Arabic', sans-serif;
}
.head-container
{
text-align: center;
margin-left: 300px;
margin-right: 300px;
margin-bottom:50px;
}
.head-container h1
{
display: flex;
font-size: 60px;
flex-direction: row;
}
.head-container h1::after,h1::before
{
content:"";
border-bottom: 2px solid black;
flex: 0.4;
margin:auto;
}
.back-container
{
text-align: center;
margin-bottom: 50px;
}
.back-container i
{
font-size: 35px;
color: red;
}
.back-container i span
{
color:slategrey;
font-weight:bold;
margin-left: 10px;
}
.card-container
{
height:330px;
width:380px;
margin: auto;
border:1px solid red;
border-radius:6px;
position: relative;
box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.15);
}
.card-heading
{
margin-left:120px;
margin-top:30px;
color: red;
}
.card-heading h4
{
font-size: 30px;
font-weight:bold;
margin-bottom:12px;
}
.card-content
{
margin-left:120px;
margin-top:30px;
color: red;
}
.card-content h3
{
font-size: 20px;
text-decoration: line-through;
font-weight: bold;
}
.card-footer
{
margin-left: 100px;
margin-top:20px;
}
.card-footer input
{
height:17px;
width:17px;
margin-right:10px;
/* display: flex none; */
}
.card-footer label
{
font-size: 20px;
font-weight: bold;
}
.plus-icon
{
position: absolute;
bottom: 10px;
right: 10px;
}