-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththehistoria.css
55 lines (48 loc) · 918 Bytes
/
thehistoria.css
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
body{
background-color: #77b2c0;
}
.tata{
border: 2px solid #1e4a5d ;
background-color: #1e4a5d;
width: 380px;
height:300px;
font-size: 28px;
color: white;
text-align: left;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 35px;
padding-right: 35px;
float: left;
margin-top: 40px;
margin-right: 500px;
margin-left: 40px;
}
.tatata{
border: 2px solid #e5e7e9;
background-color: #e5e7e9;
width: 1300px;
height: 120px;
font-size: 28px;
color: black;
text-align: left;
padding-left: 30px;
padding-bottom: 30px;
padding-left: 20px;
}
#principe{
display: flex;
flex-direction: row-reverse;
}
img{
width: 300px;
height: 380px;
margin-top: 40px;
margin-right: 100px;
}
footer{
text-align:left;
}
#achu{
text-align: right;
}