Small fixes.
parent
c34766072d
commit
237c1d47f3
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Black Lives Matter</title>
|
<title>Black Lives Matter</title>
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>Trans Rights</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -23,7 +24,6 @@ div.words {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 10vw;
|
font-size: 10vw;
|
||||||
text-transform: uppercase;
|
|
||||||
text-shadow: 0.3vw 0.5vw 0vw #dde;
|
text-shadow: 0.3vw 0.5vw 0vw #dde;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,13 +36,13 @@ div.words.smaller {
|
||||||
|
|
||||||
<div class="flag">
|
<div class="flag">
|
||||||
<div class="words">
|
<div class="words">
|
||||||
trans rights
|
TRANS RIGHTS
|
||||||
</div>
|
</div>
|
||||||
<div class="words smaller">
|
<div class="words smaller">
|
||||||
are
|
ARE
|
||||||
</div>
|
</div>
|
||||||
<div class="words">
|
<div class="words">
|
||||||
human rights
|
HUMAN RIGHTS
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue