add border

This commit is contained in:
Lexi / Zoe 2019-02-16 19:01:58 +01:00
parent 6d4ac88a66
commit 01e25a4ee5
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
2 changed files with 9 additions and 2 deletions

View File

@ -6,9 +6,11 @@
</head> </head>
<body> <body>
<marquee>Meow meow meow meow</marquee> <main>
<marquee>Meow meow meow meow</marquee>
<blink>bleb</blink> <blink>bleb</blink>
</main>
</body> </body>
</html> </html>

View File

@ -2,6 +2,11 @@ body {
font-size: 2em; font-size: 2em;
} }
main {
margin: 10%;
border: 1px solid black;
}
blink { blink {
-webkit-animation: 2s linear infinite condemned_blink_effect; // for android -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
animation: 2s linear infinite condemned_blink_effect; animation: 2s linear infinite condemned_blink_effect;