Update funny.html
This commit is contained in:
parent
89274d6aa1
commit
e38de66751
1 changed files with 43 additions and 26 deletions
27
funny.html
27
funny.html
|
@ -8,11 +8,28 @@
|
|||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
</head>
|
||||
<style>
|
||||
body {background-color: whitesmoke;}
|
||||
h1 {color: purple;}
|
||||
p {color: blueviolet;}
|
||||
h4 {color: purple;}
|
||||
</style>
|
||||
p{
|
||||
color: purple;
|
||||
}
|
||||
a{
|
||||
text-align: center;
|
||||
color: rgb(104, 4, 104)
|
||||
}
|
||||
h4{
|
||||
text-align: center;
|
||||
color: purple
|
||||
}
|
||||
h1 {
|
||||
opacity: 0.5;
|
||||
border: 5px solid purple;
|
||||
padding: 10px;
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue