-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
49 lines (47 loc) · 1.03 KB
/
style.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
43
44
45
46
47
48
49
.container {
border-top: 20px solid #ff00d4;
display: flex;
justify-content: space-around;
align-items: center;
}
.icon {
color: #c51399;
height: 20px;
width: auto;
margin-left: 20px;
}
h1 {
font-family: "Bungee Spice", sans-serif;
font-family: "Honk", system-ui;
font-family: "Lemon", serif;
font-family: "Sixtyfour", sans-serif;
}
@media only screen and (max-width: 768px) {
body {
width: fit-content; /* Sử dụng fit-content thay vì max-content */
font-size: 10px;
}
}
.container {
display: flex;
}
img {
margin-right: 10px;
}
button {
margin-left: 10px;
}
h1 {
text-align: center; /* Căn giữa theo chiều ngang */
line-height: 100px; /* Căn giữa theo chiều dọc, chọn một giá trị phù hợp với chiều cao mong muốn */
margin: 0; /* Đặt khoảng trống dưới và trên về 0 */
}
body {
background-image: url("./file/Background.png");
}
.icon {
color: #c51399;
height: 20px;
width: auto;
margin-left: 20px;
}