-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdetailPage.css
More file actions
69 lines (54 loc) · 1.01 KB
/
detailPage.css
File metadata and controls
69 lines (54 loc) · 1.01 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
@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');
* {
font-family: 'Gowun Dodum', sans-serif;
}
.mytitle {
background-color: white;
color: black;
height: 150px;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
background-position: center;
background-size: cover;
border: 1px solid black;
}
.logo {
background-color: white;
color: black;
font-size: 50px;
margin: auto 50px;
}
body {
font-family: Arial, sans-serif;
}
.big-container {
width: 1800px;
min-height: 600px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin: 100px;
margin-left: 100px;
}
.mycards {
font-size: 30px;
width: 1200px;
border: solid 1px;
border-color: gainsboro;
border-radius: 2%;
padding: 30px;
margin-right: 80px;
}
.mycards img {
margin-bottom: 20px;
}
.container {
margin: auto;
}
h1,
h2 {
color: #333;
}