-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (56 loc) · 998 Bytes
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.lat {
color: lightsteelblue;
font-family: Helvetica, sans-serif;
font-size: 10px;
background-color: lightsteelblue(17, 150, 243, 0.205);
border: 1px solid #2874A6;
padding: 15px;
}
.navbar {
font-family: Helvetica, sans-serif;
margin-right: 0px;
margin-left: 0px;
padding: 25px;
background: lightsteelblue;
}
img {
display: block;
max-width:400px;
max-height:400px;
width: auto;
height: auto;
}
h1 {
font-family: Helvetica, sans-serif;
font-size: 14px;
background-color: lightsteelblue;
}
h2 {
font-family: Helvetica, sans-serif;
font-size: 10px;
}
h3 {
font-family: Helvetica, sans-serif;
font-size: 12px;
}
p{
font-family: Helvetica, sans-serif;
font-size: 20px;
}
box box-single
@media (max-width: 760px) {
/* For mobile phones: */
[class*="col-"] {
width: 100%;
}
.box {
margin-right: 20px;
margin-left: 20px;
}
.navbar ul {
visibility: hidden;
}
#nav-select {
visibility: visible;
}
}