mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
center the div :3
This commit is contained in:
parent
a393f7e2f5
commit
1fb7f9fa4b
1 changed files with 15 additions and 16 deletions
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
|
||||
|
||||
<title> warming up... </title>
|
||||
<style>
|
||||
* {
|
||||
|
@ -10,6 +9,7 @@
|
|||
}
|
||||
body {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
background: #111;
|
||||
}
|
||||
div {
|
||||
|
@ -26,7 +26,6 @@ min-height: 34em;
|
|||
a {
|
||||
color:#0ab7f0;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
a.class:hover {
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Reference in a new issue