forked from glitch-user/students.iiitr.ac.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
60 lines (48 loc) · 1.21 KB
/
search.html
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
---
title: Search
layout: default
---
<script async src="https://cse.google.com/cse.js?cx=1735bc1c605784015">
</script>
<style>
.update-section {
background-color: #1D1D27;
min-height: 80vh;
}
.update-cards {
box-shadow: 5px 8px 32px 20px rgba(31, 38, 135, 0.37);
margin-bottom: 20px;
}
.update-cards img {
width: 100%;
}
.update-cards p {
height: 80px;
overflow-y: hidden;
}
.button1 {
background-color: hsl(246, 32%, 51%);
color: black;
}
.button1:hover {
background-color: #2c2f7f;
color: white;
}
@media only screen and (min-width: 600px) {
.update-cards img {
height: 250px;
}
}
</style>
<!-- CLASS -->
<section class="class section update-section" id="class">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 mb-5 mt-5">
<h6 data-aos="fade-up"></h6>
<h2 class="mb-5 mt-5 text-center" style="color: white;" data-aos="fade-up" data-aos-delay="200"><b>Search</b></h2>
<div class="gcse-search"></div>
</div>
</div>
</div>
</section>