-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkid.css
More file actions
111 lines (110 loc) · 1.8 KB
/
kid.css
File metadata and controls
111 lines (110 loc) · 1.8 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
* {
margin: 0;
padding:0;
}
body {
background-color: #ef476f;
}
.container {
width: 80%;
margin: 80px auto;
}
.container h1{
padding: 60px 0;
color:#f7ede2;
font-size: 44px;
text-align: center;
font-family: 'Mountains of Christmas', cursive;
}
.row {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.col {
flex-basis: 50%;
min-width: 250px;
}
.feature-img {
width: 83%;
margin:auto;
position: relative;
border-radius: 6px;
overflow: hidden;
}
.small-img-row {
display: flex;
background-color: #efefef;
margin: 20px 0;
align-items: center;
border-radius: 6px;
overflow:hidden;
width:85%;
}
.small-img {
position: relative;
}
.small-img img {
width: 150px;
}
.small-img-row p {
margin-left: 20px;
color:#707070;
line-height: 22px;
font-size: 15px;
}
.play-btn {
width: 60px;
position: absolute;
left:50%;
top:50%;
transform: translate(-50%,-50%);
cursor:pointer;
}
.small-img .play-btn {
width: 35px;
}
.video-player {
width:80%;
position: absolute;
left:50%;
top:50%;
transform: translate(-50%,-50%);
display: none;
}
video:focus {
outline: none;
}
.close-btn {
position: absolute;
top: 10px;
right: 10px;
width: 30px;
cursor: pointer;
}
#brand {
color:#f7ede2;
font-family: 'Bebas Neue', cursive;
font-size: 1.7em;
}
#linkone {
color: #f7ede2;
}
#linktwo {
color: #f7ede2;
}
#footer {
position:relative;
left: 0;
bottom: 0;
width: 100%;
background-color:#F8F9FA;
color: #63707C;
text-align: center;
}
#contactUs {
margin-bottom: 0;
}
#design {
margin:0;
}