-
Notifications
You must be signed in to change notification settings - Fork 39
/
praveenk.html
139 lines (110 loc) · 2.91 KB
/
praveenk.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<title>pk</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
}
h1{
color: white;
}
h1:hover{
color: red;
}
img{
border-radius:100%;
}
img:hover{
/*border-radius: 0%;*/
transform: rotate(40deg);
}
}
.fa-facebook {
background: #3B5998;
}
.fa:hover{
margin-bottom:60;
font-size: 25px;
color: white;
padding:30px 34px;
background-color:blue;
border-radius:35%
}
.fa{
margin-bottom:60;
font-size: 25px;
color: black;
padding:30px 34px;
background-color:white;
border-radius:35%;
}
a{
text-decoration:none;
}
ul {
list-style-type: none;
margin: -9px -9px 0px -9px;
padding: 0;
overflow: hidden;
background-color: blue;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 16px 18px;
text-decoration:;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #4CAF50;
}
}
.opacity{
background-color: gray;
text-align: center;
width:50%;
}
#footer {
margin-left: 0px;
}
#footer h1:hover{
}
a {
/*float: left;*/
margin-left: 20px;
}
a:hover{
</style>
</head>
<body>
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="http://gmail.com/">contact</a></li>
<li><a href="#about">About</a></li>
</ul>
</body>
<body style="background-image: url(https://img.freepik.com/free-vector/blue-light-arrow-black-with-hexagon-mesh-background_33869-669.jpg?size=626&ext=jpg); background-size: 100% 300%; background-repeat: no-repeat;">
<center>
<h1 style="color:red">i'm web-Devloper</h1>
<img src="https://scontent.fixc1-2.fna.fbcdn.net/v/t1.0-9/58796954_426090148148851_8414459223471030272_n.jpg?_nc_cat=106&_nc_ht=scontent.fixc1-2.fna&oh=73d5487a61b30be313b709b479a68472&oe=5D93DD2E&dl=1" alt="PRAVI" width="270" height="270">
<h1 style="color:orange">PRAVEEN BAIRAGI</h1>
<h2 style= "color: white">“We love what we do and we do what our clients love & </h2>
<h2 style= "color: white">work with great clients all over the world to </h2>
<h2 style= "color: white">create thoughtful and purposeful websites.” </h2 >
<div id ="footer">
<h1><a href="https://www.facebook.com/people/Praveen-Bairagi/100022436086200" class="fa fa-facebook"></a></h1>
<h1><a href="#" class="fa fa-twitter"></a></h1>
<h1><a href="https://www.instagram.com/pravi134/" class="fa fa-instagram"></a></h1>
<h1><a href="https://myaccount.google.com/?utm_source=OGB&tab=rk&utm_medium=act" class="fa fa-google"></a></h1>
</div>
</center>
</body>
</html> `