-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjects.php
65 lines (62 loc) · 1.35 KB
/
Projects.php
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
<?php include('header.php'); ?>
<style>
section{
margin-left: 200px;
border-left: 2px solid gray;
padding: 10px;
}
details{
background-color: #636a46;
margin: 5px;
padding: 10px;
color: white;
border-radius: 50px;
}
details{
cursor: pointer;
}
article{
background-color: #b9bd89;
color: black;
padding: 10px;
border-radius: 50px;
}
summary{
outline: none;
}
aside{
float: left;
width: 200px;
text-align: center;
height: 200px;
}
aside ul{
list-style-type: none;
padding: 0px;
margin: 0px;
}
aside ul li a{
text-decoration: none;
color: black;
padding: 15px 25px;
display: block;
}
aside ul li a:hover{
background-color: #636a46;
color: white;
}
</style>
<br>
<div id="services" class="services-area area-padding">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="section-headline services-head text-center">
<h2><span>Projects</span></h2><br>
<p>SANGATH-IPL</p><br>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php'); ?>