-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
62 lines (55 loc) · 903 Bytes
/
index.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
@media (max-width: 600px) {
#main-img {
width: 100%;
}
}
@media (min-width: 600px) {
#main-img {
width: 600px;
margin-left: auto;
margin-right: auto;
display: block;
}
ul {
width: 600px;
}
}
ul {
margin-left: auto;
margin-right: auto;
padding-left: 0px;
}
li {
list-style: none;
height: 50px;
text-align: center;
text-width: center;
background: linear-gradient(to right, #2773B0, #FFFFFF);
border: 3px solid #CCCCCC;
border-radius: 10px;
margin: 20px;
display: flex;
align-items: center;
padding-left: 10px;
}
li a {
text-decoration: none;
color: white;
font-size: 30px;
font-family: sans-serif;
}
address {
text-align: center;
color: #666666;
font-style: normal;
}
address a {
color: #666666;
}
#kibousoft-viav6 {
display: block;
margin-left: auto;
margin-right: auto;
width: 50px;
margin-top: 10px;
}