-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylecontato.css
98 lines (80 loc) · 1.52 KB
/
stylecontato.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
a {
color:##99bfff;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
/*font-family:brandon-grotesque,HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;*/
font-family: 'Encode Sans', sans-serif;
}
a:hover {
color: #133570;
}
.background {
background-image: url(http://gdj.graphicdesignjunction.com/wp-content/uploads/2014/05/001+background+pattern+designs.jpg);
background-color:#d3d3d3;
}
body {
background-color:#f7f7f7;
}
.fontoi{
font-family:'Dancing Script', cursive;
color:#124a59;
}
.fonthead{
font-family: 'Encode Sans', sans-serif;
color:#124a59;
}
<<<<<<< HEAD
.height{
height:300px;
}
img {
border-radius: 50%;
margin: 0px 60px 80px 80px;
}
.height1{
height:30px;
}
p{
font-family: helvetica;
color:#4b4c4c;
}
li{
font-family: helvetica;
color:#4b4c4c;
}
.centraliza{
margin-left: 160px
}
.centraliza1{
margin-left:600px
}
.centraliza2{
margin-left: 450px
}
=======
body {
background-color:white;
}
.box {
display: inline-block;
width: 1536px;
border: 4px solid #B2515C;
text-align: left;
}
.icones {
position: absolute;
float: right;
}
h1 { font-family: 'Playball'}
h3 { font-family: 'Playball'}
.button {
background-color: #B2515C; /* Green */
border: solid;
color: white;
padding: 12px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
>>>>>>> 49e451ed32c3b7f81019f886b82294025cac1177