Small fixes.
parent
c34766072d
commit
237c1d47f3
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Black Lives Matter</title>
|
||||
<style>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue