-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathright_answer.html
37 lines (34 loc) · 935 Bytes
/
right_answer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Trirong">
</head>
<body>
<img src="right.jpg" class="center">
<div id="scritta">
<h1>The truth is that there aren't just two tones, but 4.
You were hearing a succession of high-bass tones in the left and
a succession of bass-high tones in the right, but our brain tricks us.
</h1>
</div>
</body>
<style>
.center{
display: block;
margin-top: 90px;
margin-left: auto;
margin-right: auto;
width: 50%;
}
#scritta{
margin: auto;
margin-top: 40px;
width:800px ;
height: 250px;
font-size: 30px;
background-color: rgb(255, 255, 255);
font-family: "Trirong", serif;
}
h1{
font-family: "Trirong", serif;
font-size: 20px;
}
</style>