-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (65 loc) · 1.96 KB
/
style.css
File metadata and controls
77 lines (65 loc) · 1.96 KB
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
.title{
text-align: center;
padding: 10px;
}
h1 {
text-align: center;
font-weight: bold;
}
#map {
height: 500px;
border: solid 8px;
}
#photos,
#youtube {
text-align: center;
}
#photos img,
.video-container {
width: 30%;
padding: 0px 10px 10px 10px;
top: 20px;
}
#photos img{
padding: 0;
margin: 10px;
}
.youtube, .bg-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: solid 5px;
}
.video-container {
width: 50%;
display: inline-block;
position: relative;
/*padding-bottom: 56.25%;*/
padding-top: 25px;
height: 0;
}
body {
/*background-image: url("https://www.kcet.org/sites/kl/files/styles/kl_image_hero/public/thumbnails/image/city-walk_202_san-francisco_hero.jpg?itok=7_QwaxqI");*/
background: rgba(179, 220, 237, 1);
background: -moz-linear-gradient(-45deg, rgba(179, 220, 237, 1) 0%, rgba(41, 184, 229, 1) 50%, rgba(188, 224, 238, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(179, 220, 237, 1)), color-stop(50%, rgba(41, 184, 229, 1)), color-stop(100%, rgba(188, 224, 238, 1)));
background: -webkit-linear-gradient(-45deg, rgba(179, 220, 237, 1) 0%, rgba(41, 184, 229, 1) 50%, rgba(188, 224, 238, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(179, 220, 237, 1) 0%, rgba(41, 184, 229, 1) 50%, rgba(188, 224, 238, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(179, 220, 237, 1) 0%, rgba(41, 184, 229, 1) 50%, rgba(188, 224, 238, 1) 100%);
background: linear-gradient(135deg, rgba(179, 220, 237, 1) 0%, rgba(41, 184, 229, 1) 50%, rgba(188, 224, 238, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1);
}
#city-input {
margin-top: 25px;
padding: 25px 15px 25px 20px;
border: solid;
font-size: 20px;
}
#youtube{
margin-bottom:30px;
}
.image-fluid{
border: solid 5px;
}