Update '12/resources_05.html'

master
annasandri 5 years ago
parent f29a22bc90
commit 2358e1c29e

@ -11,14 +11,25 @@
src: url("font/RobotoMono-Regular.ttf") format("truetype"),
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; */
color: fuchsia;
font-family:Roboto Mono;
font-size: 12px;
}
p.frame{
font-family:MisterPixel;
color: fuchsia;
font-size: 10px;
}
</style>
<meta charset="utf-8">
@ -26,6 +37,7 @@
<title>Resources_05</title>
</head>
<body>
<p class="frame">òòòòòòòòòòòòòòòòòòòòòòòòòòòòò</p>
<p class="text">
This week's broadcast will focus on the concepts of:<br>
authorship<br>
@ -45,5 +57,6 @@
At what point can appropriation become problematic?<br>
Where does friction arise between the concepts of authorship and ownership?
</p>
<p class="frame">òòòòòòòòòòòòòòòòòòòòòòòòòòòòò</p>
</body>
</html>
Loading…
Cancel
Save