Update '12/resources_05.html'

master
annasandri 5 years ago
parent f29a22bc90
commit 2358e1c29e

@ -12,13 +12,24 @@
url("https://fonts.googleapis.com/css?family=Roboto Mono") url("https://fonts.googleapis.com/css?family=Roboto Mono")
} }
@font-face {
font-family: "MisterPixel";
src: url("font/Mister Pixel Tools.otf") format("opentype");
}
p{
p.text{
/*text-align: center; */ /*text-align: center; */
color: fuchsia; color: fuchsia;
font-family:Roboto Mono; font-family:Roboto Mono;
font-size: 12px; font-size: 12px;
} }
p.frame{
font-family:MisterPixel;
color: fuchsia;
font-size: 10px;
}
</style> </style>
<meta charset="utf-8"> <meta charset="utf-8">
@ -26,6 +37,7 @@
<title>Resources_05</title> <title>Resources_05</title>
</head> </head>
<body> <body>
<p class="frame">òòòòòòòòòòòòòòòòòòòòòòòòòòòòò</p>
<p class="text"> <p class="text">
This week's broadcast will focus on the concepts of:<br> This week's broadcast will focus on the concepts of:<br>
authorship<br> authorship<br>
@ -45,5 +57,6 @@
At what point can appropriation become problematic?<br> At what point can appropriation become problematic?<br>
Where does friction arise between the concepts of authorship and ownership? Where does friction arise between the concepts of authorship and ownership?
</p> </p>
<p class="frame">òòòòòòòòòòòòòòòòòòòòòòòòòòòòò</p>
</body> </body>
</html> </html>
Loading…
Cancel
Save