-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjkuat.css
75 lines (73 loc) · 1.1 KB
/
jkuat.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
logo img{
width: 150px;
height: 120px;
margin: 2px 30px;
border-radius: 20px;
}
header .logo-description{
margin: 10px 30px;
}
header .header{
height: 130px;
background-color: #f2f2f2;
display: flex;
width: 100%;
}
@media only screen and (max-width: 600px) {
header h1 {
font-size:20px;
}
}
@media only screen and (max-width: 600px) {
header .logo-description {
margin: 0 20px;
}
}
/*Navigation bar*/
nav{
margin-top: 5px;
}
@media only screen and (max-width: 600px) {
nav{
margin-top: 15px;
}
}
/*slideShow*/
.slideShow{
background-color: #357C20;
}
@media only screen and (max-width: 600px) {
.image-caros{
margin: 0;
}
}
.slideShow h3{
font-weight: bold;
}
.Slide-message{
float: left;
color: white;
}
/*Description*/
.descriptions{
margin-top:20px;
}
.descriptions-header{
background-color: #357C20;
color: #fff;
}
.card{
height: 500px;
}
footer{
background-color: #000;
color: #fff;
}
.footer-header{
color: #fff;
font-weight: bold;
border-bottom: green 1px solid;
}
.address{
margin: 10px;
}