Update funny.html
This commit is contained in:
parent
89274d6aa1
commit
e38de66751
1 changed files with 43 additions and 26 deletions
69
funny.html
69
funny.html
|
@ -1,26 +1,43 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>kreciors site</title>
|
<title>kreciors site</title>
|
||||||
<meta content="kreciors website" property="og:title" />
|
<meta content="kreciors website" property="og:title" />
|
||||||
<meta content="goated website" property="og:description" />
|
<meta content="goated website" property="og:description" />
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
body {background-color: whitesmoke;}
|
p{
|
||||||
h1 {color: purple;}
|
color: purple;
|
||||||
p {color: blueviolet;}
|
}
|
||||||
h4 {color: purple;}
|
a{
|
||||||
</style>
|
text-align: center;
|
||||||
<body>
|
color: rgb(104, 4, 104)
|
||||||
<h4>things abt myself!</h4>
|
}
|
||||||
<p>im 14yo, im from poland and i love music and i prod sometimes =p <i class="fa fa-music" aria-hidden="true"></i><br></p>
|
h4{
|
||||||
<p>idk what to say more sjndjfnsndf<br></p>
|
text-align: center;
|
||||||
<img src="smasung.jpg" width="300" height="200"<br>>
|
color: purple
|
||||||
<a href="https://kreciorek.github.io/website/">Go Back!</a>
|
}
|
||||||
|
h1 {
|
||||||
|
opacity: 0.5;
|
||||||
|
border: 5px solid purple;
|
||||||
</body>
|
padding: 10px;
|
||||||
</html>
|
outline-style: dotted;
|
||||||
|
text-align: center;
|
||||||
|
color: purple;
|
||||||
|
}
|
||||||
|
body {background-color: rgb(214, 197, 224);
|
||||||
|
text-align: center}
|
||||||
|
</style>
|
||||||
|
<body>
|
||||||
|
<h4>things abt myself!</h4>
|
||||||
|
<p>im 14yo, im from poland and i love music and i prod sometimes =p <i class="fa fa-music" aria-hidden="true"></i><br></p>
|
||||||
|
<p>idk what to say more sjndjfnsndf<br></p>
|
||||||
|
<img src="smasung.jpg" width="300" height="200"<br>>
|
||||||
|
<a href="https://kreciorek.github.io/website/">Go Back!</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue