relative
This commit is contained in:
parent
92959611ad
commit
c2000a60cb
@ -46,11 +46,11 @@
|
||||
}
|
||||
|
||||
.leftRight {
|
||||
/*animation: left2Right 20s infinite linear;*/
|
||||
animation: left2Right 20s infinite linear;
|
||||
}
|
||||
|
||||
.rightLeft {
|
||||
/*animation: right2Left 20s infinite linear;*/
|
||||
animation: right2Left 20s infinite linear;
|
||||
}
|
||||
|
||||
.upDown {
|
||||
@ -148,7 +148,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="background-color:yellow;">
|
||||
<body style="background-color:yellow; position:relative;">
|
||||
<header style="padding-top:5vh;padding-bottom:5vh;"><h1 style="color:red;">The Impostors</h1></header>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user