Home
My lovely website - This is a brief description of my website.
body {
font-family: arial;
}
* {
box-sizing: border-box;
}
#myUL {
list-style-type: none;
padding: 0;
margin: 0;
}
#myUL li a {
border: 1px solid #ddd;
margin-top: -1px; /* Prevent double borders */
background-color: black;
padding: 12px;
text-decoration: none;
font-size: 40px;
color: yellow;
display: block;
border-radius: 10px;
}
#myUL li a:hover:not(.header) {
background-color: #eee;
}
table {
width:100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow:0px 0px 5px #444444;
-webkit-box-shadow:0px 0px 5px #444444;
box-shadow:0px 0px 5px #444444;
}
table, th, td {
border: 2px solid;
border-collapse: collapse;
border-color:white;
background-color: white;
}
th, td {
padding: 10px 1px;
text-align: center;
}
table#t01 tr:nth-child(even) {
background-color: gray;
color:gray;
font-size:20px ;
}
table#t01 tr:nth-child(odd) {
background-color: gray;
color:gray;
font-size:20px;
}
table#t01 th {
background-color: black;
color: red;
text-shadow: 5px 5px 2px #fff;
font-size:60px;
}
table#t02 th {
background-color:white: 0;
color: white;
font-size:35px;
}
.center {
text-align: center;
}
img {
position:relative;
border-radius: 15px 15px 0px 0px;
width: 300px;
height: 450px;
}
input[type=text] {
width: 43%;
box-sizing: border-box;
border: 1px solid black;
border-color:black;
font-size: 40px;
font-color:yellow;
background-color: white;
background-image: url('https://img.webme.com/pic/b/betaflix/icons8-search-64.png');
background-position: 99% 7px;
background-repeat: no-repeat;
padding: 10px 40px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
background-size: 60px;
border-radius: 30px;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
}
input[type=text]:focus {
width: 70%;
background-position: 99% 7px;
box-shadow: 0 0 20px red;
}
a {
color: inherit;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.image {
box-sizing: border-box;
border-radius: 15px;
color: black;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
background-color:white;
padding: 0px;
text-align: left;
text-decoration: none;
display: inline-block;
cursor: pointer;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
background-size: 0px;
height:750px;
width:300px;
}
.image:hover {
box-shadow: 0 0 50px blue;
}
.bt1 {
box-sizing: border-box;
background-color: red;
box-shadow: 4px 4px 10px #000;
padding: 15px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 30px;
cursor: pointer;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
border-radius: 30px;
font-weight: 900;
background-size: 0px;
}
.bt1 sup{
color:yellow;
font-size:25px;
}
.bt1:hover {
box-shadow: 0 0 50px blue;
}
.bt3 {
box-sizing: border-box;
background-color: red;
box-shadow: 4px 4px 10px #000;
padding: 15px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 30px;
cursor: pointer;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
border-radius: 30px;
font-weight: 900;
background-size: 0px;
}
.bt3:hover {
box-shadow: 0 0 50px blue;
}
}
.bt2 {
background-color: #C0C0C0;
box-shadow: 0 0 10px rgba(0, 0, 0, 1);
padding: 15px 60px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 45px;
cursor: pointer;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
border-radius: 30px;
}
.bodytitle{
background-color: white;
padding: 5px 60px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 70px;
width:80%;
color:black;
}
.bt5{
box-sizing: border-box;
background-color: #FFFFFF;
box-shadow: 4px 4px 10px #000;
padding: 15px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 55px;
cursor: pointer;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
border-radius: 30px;
font-weight: 900;
background-size: 0px;
border: solid black 4px;
}
.bt5:hover {
box-shadow: 0 0 50px blue;
}
.bodytitlemain{
background-color: white;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 50px;
cursor: pointer;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
width:100%;
color:black;
animation: bgcolor-change 100s infinite;
}
.selectcategory{
background-color: white;
padding: 15px 60px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 80px;
width:100%;
color:black;
}
pre b{
color:black;
font-size: 37px;
font-weight: lighter;
}
pre span{
border: 3px solid;
border-radius: 5px;
padding:0 10px;
font-size: 35px;
}
pre{
margin: 5px;
padding:0 15px;
font-size: 35px;
line-height:1.6em;
color: #757575;
text-align:left;
font-family:calibri,arial,sans-serif;
}
@keyframes bgcolor-change {
0% { background-color : black ;}
20% { background-color : white ;}
50% { background-color : black ;}
70% { background-color : white ;}
90% { background-color : black ;}
100% { background-color : white ;}
}
h2{
animation: color-change 20s infinite;
}
@keyframes color-change {
0% { color : red ;}
25% { color : blue ;}
50% { color : green;}
75% { color : red ;}
100% { color : blue ;}
@keyframes boxshadow-change {
0% { box-shadow: 10px 0 100px #000000;}
15% { box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);}
20%{ box-shadow:0 0 60px rgba(0, 0, 0, 0.5);}
30%{ box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);}
35% { box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);}
45%{ box-shadow:0 0 60px rgba(0, 0, 0, 0.5);}
49%{ box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);}
50% { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
70% { box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);}
80% { box-shadow:0 0 60px rgba(0, 0, 0, 0.5);}
90% { box-shadow: 0 0 80px rgba(0, 0, 0, 0.7);}
100% { box-shadow: 10px 0 100px #000000;}
.counterLev {
width: 60%;
padding: -15px;
background-color: white;
color: black;
}
.counterSize {
height: 10px;
}
|
---|
Search Movie or Series
Raya and the
Last Dragon
2021 Action,
Animation,
Adventure
|
Tom and Jerry
2021 101 min
Animation,
Adventure,
Comedy
|
Love or Money
2021
116 min
Comedy, Drama,
Romance
|
Paglaki Ko,
Gusto kong
maging Pornstar
2021 91 min
Comedy, Drama
|
Wrong Turn HD
2021 109 min
Horror, Thriller
|
Monster
Hunter HD
2020
Action, Fantasy,
Adventure
|
Anak ng
Macho Dancer
2021 88 min
Drama
|
Tililing 2021
90 min
Comedy
|
Palmer
2021 110 min
Drama
|
The Little
Things
2021 127 min
Crime, Drama,
Thriller
|
Brothers by
Blood
2021 105 min
Action, Crime,
Drama
|
Psycho
Goreman
2021 95 min
Comedy, Horror,
Sci-fi
|
No Man's
Land
2021 114 min
Action, Thriller
Adventure,
|
Sing
2016 108 min
Animation,
Comedy, Family
|
Mission:
Impossible
- Fallout
2018 147 min
Action, Thriller,
|
The Marksman
2021 108 min
Action, Thriller
|
News of the
World
2021 118 min
Action, Drama,
Adventure,
|
Virus Shark
2021 74 min
Sci-fi, Horror
|
Redemption Day
2021 99 min
Action,
Thriller
|
Outside the
Wire
2021 114 min
Action, Fantasy,
Adventure
|
The Dissident
2020 119 min
Documentary,
Crime, Thriller
|
Todd
2021 93 min
Drama, Mystery,
Thriller
|
Batman: Soul
of the Dragon
2021 83 min
Animation,
Action, Drama
|
Tiger
2021 125 min
Documentary
|
Nine Nights
2020 99 min
Crime, Drama,
Romance
|
The Devil In
the Room
2020 60 min
Horror
|
Bright Hill
Road
2020 91 min
Horror
|
Pieces of a
Woman
2021 126 min
Drama
|
Hacksaw
2020 68 min
Horror
|
Herself
2021 97 min
Drama
|
Shadow in the
Cloud
2021 83 min
Action, Horror
War
|
The Midnight
Sky
2020 118 min
Drama, Fantasy
Sci-fi
|
The Wretched
2019 95 min
Horror
|
Soul
2020 100 min
Animation,
Adventure,
Comedy
|
Don't Listen
2020 97 min
Drama, Horror,
Thriller
|
True to the
Game 2
2020 94 min
Thriller
|
Wonder Woman
1984
2020 151 min
Action,
Adventure,
|
The Princess
Switch: Switched
Again
2020 96 min,
Comedy, Drama
|
We Can be
Heroes
2020 100 min
Action, Comedy,
Drama
|
The Croods: A
New Age
2020 95 min
Adventure,
Comedy
|
Avengers:
Endgame
2019 181 min
Action, Drama
Adventure,
|
Freaky
2020 102 min
Comedy, Horror,
Thriller
|
GetAWAY
2020
80 min
Horror
|
Another Round
2020
95 min
Comedy, Drama
|
Songbird
2020 84 min
Comedy,
Thriller
|
Vanguard
2020 107 min
Action
|
Savage
2020 100 min
Crime,
Drama
|
Shortcut
2020 80 min
Adventure,
Fantasy, Horror
|
Skylines
2020 113 min
Action
Adventure,
Comedy
|
Honest Thief
2020 99 min
Action, Crime
Drama
|
Black Bear
2020 104 min,
Drama
|
The Curse of
Audrey
Earnshaw
2020
93 min, Horror,
|
The Intergalactic
Adventures of
Max Cloud
2020
88 min, Action,
|
Breach
2020 92 min
Action, Sci-Fi
|
Ava
2020 96 min
Action, Crime,
Drama
|
Fantasy Island
2020
109 min
Action, Fantasy
Adventure,
|
Bloodshot
2020 109 min
Action, Drama,
Sci-Fi
|
The Outpost
2020 123 min
Action, Drama,
History
|
Rogue City
2020
116 min
Action, Crime,
|
Scoob!
2020 93 min
Adventure,
Comedy
|
The Silencing
2020 93 min
Action, Crime,
Thriller
|
My Spy
2020 99 min
Action, Comedy
|
Force of Nature
2020 91 min
Acrion, Drama
|
Antebellum
2020 105 min
Drama, Horror,
Mystery
|
The Witches
2020 106 min
Comedy,
Family, Adventure
|
Enola Holmes
2020 123 min
Action,
Adventure,
Crime
|
Bird Box
2018 124 min
Horror, Sci-fi
|
The New
Mutants
2020 94 min
Action, Horror
|
Bad Boys For
Life
2020 124 min
Action, Comedy
|
Close
2019 94 min
Action
|
Upside-Down
Magic
2020 96 min
Family, Fantasy
|
American
Murder: The
Boy Next Door
2020 82 min
Documentary
|
365 Days
2020 114 min
Romance
|
The Spongebob
Movie: Sponge
on the Run
2020 91 min
Adventure
|
Over The Moon
2020 95 min
Adventure,
Comedy
|
We Bare Bears:
The Movie
2020 69 min
Adventure,
Comedy
|
Spell
2020 91 min
Horror, Thriller
|
The Craft:
Legacy
2020 97 min
Drama, Fantasy,
Horror
|
Mulan
2020 115 min
Action,
Adventure
|
Invasion
2020
134 min
Action, Sci-Fi
|
Sky Dog
2020 109 min
Adventure
|
Birds of Prey
2020 109min
Action,Adventure,
Crime
|
Onward
2020 102min
Adventure,
Comedy
|
Max Reload and
the Nether
Blaster
2020 100 min
Adventure
|
Search Movie or Series