-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (41 loc) · 791 Bytes
/
Copy pathstyles.css
File metadata and controls
56 lines (41 loc) · 791 Bytes
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
body {
background-color: rgb(142, 204, 224);
font-family: 'Times New Roman', Times, serif, sans-serif;
}
h1 {
color: rgb(227, 136, 189);
}
p {
font-size: 16px;
}
h2 {
color: rgb(255, 0, 0);
}
.food {
display: flex;
justify-content: center;
gap: 50px;
margin: 50px 0;
border: 10;
}
.food {
display: flex;
justify-content: center;
gap: 50px;
margin: 50px 0;
background-color: #e1addc;
text-color:
}
.yacht {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 20px;
}
.yacht {
background-color: #2d63d7;
color: white;
padding: 20px;
border-radius: 10px;
text-align: center;
}