Small fixes.

master
gamerdonkey 2021-02-13 03:21:13 +00:00
parent c34766072d
commit 237c1d47f3
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Black Lives Matter</title>
<style>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Trans Rights</title>
<style>
body {
margin: 0;
@ -23,7 +24,6 @@ div.words {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 10vw;
text-transform: uppercase;
text-shadow: 0.3vw 0.5vw 0vw #dde;
}
@ -36,13 +36,13 @@ div.words.smaller {
<div class="flag">
<div class="words">
trans rights
TRANS RIGHTS
</div>
<div class="words smaller">
are
ARE
</div>
<div class="words">
human rights
HUMAN RIGHTS
</div>
</div>