-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
88 lines (71 loc) · 2.87 KB
/
about.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
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
<html>
<head>
<title>About Us</title>
<style>
body{
background-image: url(1.jpg);
background-repeat: repeat-x;
background-size: 50% auto;
background-attachment: fixed;
}
div.as{
background-color: rgb(138, 119, 153);
position: relative;
margin:10px auto;
top: 70px;
margin-right: 125px;
text-align: center;
color:White ;
font-weight:bold ;
font-size: 25px;
height: 300px;
width: 1000px;
}
div.pics{
margin:10px auto;
position: relative;
text-align: center;
left: 100px;
display: inline-block;
width:1500px;
}
img.dv{
position: relative;
top: 185px;
left: 20px;
width: 210px;
height: 175px;
margin-right: 255px;
border:2px solid rgb(4, 136, 4);
border-radius: 10%;
}
div.btm{
position: relative;
left:auto;
top: 245px;
background-color: rgb(104, 4, 197);
height: 130px;
text-align: center;
border-radius: 15%;
border: 3px solid green;
color: white;
font-weight: bold;
}
</style>
</head>
<body>
<div class="as">
<h3>About Us</h3>
<p>Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute Information Technology Institute</p>
</div >
<div class="pics">
<img src="iti.png" class="dv">
<img src="creativa.jfif" class="dv">
<img src="min.jfif" class="dv">
</div>
<pre>
<div class="btm">
All Rights reserved for ITI ©</div>
</pre>
</body>
</html>