-
Notifications
You must be signed in to change notification settings - Fork 0
/
h.css
100 lines (75 loc) · 1.21 KB
/
h.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
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
98
99
100
/*#img {
height: 20%;
width: 10%
}*/
html,
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
#lp {
padding: 5px 10px 5px 10px;
margin-left: 10px;
}
#fex {
display: flex;
justify-content: space-evenly;
margin: 12rem 0rem 12rem 0rem;
}
#h1 {
padding: 10px;
margin-top: 20px;
font-weight: bold;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
footer {
background-color: skyblue;
}
.offcanvas-title {
color: black;
}
.offcanvas-body {
color: black;
}
.sdp {
height: 30px;
width: 30px;
margin: 1rem;
}
.item {
text-align: center;
}
a {
text-decoration: none;
}
#kp {
font-weight: bold;
}
.footer1:hover {
cursor: pointer;
}
@media(max-width:600px) {
#fex {
flex-direction: column;
margin: 2rem 2rem 2rem .5rem;
}
}
@media(max-width:600px) {
#svg {
width: 90%;
height: 90%;
}
}
@media(max-width:820px) {
#svg {
width: 90%;
height: 90%;
}
}
.content2>#h1 {
text-align: center;
}
.content2>p {
text-align: center;
}