mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
center the div :3
This commit is contained in:
parent
844c526a6b
commit
cfccd4417a
1 changed files with 15 additions and 16 deletions
|
@ -1,33 +1,32 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
|
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
|
||||||
|
<title> warming up... </title>
|
||||||
<title> warming up... </title>
|
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 100vh;
|
||||||
background: #111;
|
background: #111;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
background: #333;
|
background: #333;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 31px;
|
border-radius: 31px;
|
||||||
min-height: 34em;
|
min-height: 34em;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color:#0ab7f0;
|
color:#0ab7f0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
|
||||||
a.class:hover {
|
a.class:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue