-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgerome.css
80 lines (80 loc) · 1.21 KB
/
gerome.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
background-color: #cfc89a
}
header {
background-color: white;
border: 15px double #4c1130;
}
nav {
position: absolute;
top: 90px;
right: 0;
}
nav li {
display: inline;
margin-right: 55px;
}
nav a {
text-decoration: none;
font-weight: bold;
color: #4c1130;
font-size: 30px;
}
h3 {
text-align: center;
margin-top: 3%;
margin-bottom: 3%;
color: #cc883a;
font-size: 30px;
}
p {
text-align: justify; color: #322938;
font-size: 20px;
text-indent: 3ch;
}
em {
color: #a14016
}
strong {
color:#cc5b14
}
.menu {
width: 1080px;
}
.titulo {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
border: dashed;
color: #a14016;
font-size: 40px;
}
.filosofia {
list-style-type: none; color: #322938;
margin-left: 40px;
font-size: 20px;
}
.dialogoNascimento {
margin-left: 3%;
}
#Logo {
display: inline-block;
width: 18%;
}
#ilha {
margin-left: 23%;
width: 50%;
border: 30px groove; color: #89a194
}
#Gerome1 {
margin-left: 41%;
width: 12%;
border:20px double; border-radius: 115px 115px; color: #4c1130;
}
#Navio {
width: 30%;
display: inline-block;
}
#Navio2 {
width: 55%;
}