-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfashion.css
More file actions
155 lines (103 loc) · 1.91 KB
/
Copy pathfashion.css
File metadata and controls
155 lines (103 loc) · 1.91 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
body{
font-family: Arial, sans-serif;
margin: 100px 200px 0 200px;
overflow: auto;
}
ul{
float: right;
color: white;
}
li{
margin-right: 50px;
letter-spacing: 2px;
display: inline;
}
a:hover{
color: rgb(115, 115, 241);
}
a{
text-transform: uppercase;
color: #ccc;
text-decoration: none;
}
header{
background-image: url(../imagens/primeiratop.jpg);
background-repeat: no-repeat;
background-position: center ;
background-size:cover;
height: 600px;
position: relative;
}
.divfashion{
position: absolute;
left: 150px;
padding: 5px;
}
.newfashion{
text-align: center;
letter-spacing: 1px;
padding-top: 40px;
}
article{
padding-top: 80px;
}
.divimg{
display: inline-block;
width: 24%;
margin-left: 7%;
}
img{
width: 100%;
}
.p1{
text-align: center;
font-size: 15px;
font-style: italic;
}
h3{
text-align: center;
text-transform: uppercase;
font-style: italic;
}
.section{
background-image: url(../imagens/bg_detalhe.png);
background-repeat: no-repeat;
background-position: center ;
background-size:cover;
height: 600px;
position: relative;
border: 1px solid transparent;
margin-top: 90px;
}
h1{
text-transform: uppercase;
color: white;
margin: 120px 0px 0px 90px;
font-size: 50px;
}
.p2{
color: white;
text-align: left;
margin: 40px 0px 0px 90px;
font-style: italic;
}
.h2tel{
text-align: center;
margin: 45px 0px 45px 0px;
font-size: 30px;
text-transform: uppercase;
color: rgb(3, 49, 110) ;
}
.sectionmap{
text-align: center;
padding: 0px 50px 0px 50px;
}
footer{
text-align: center;
letter-spacing: 3px;
border: 1px solid black;
padding: 30px;
margin: 30px 0px 20px 0px ;
color: rgb(192, 180, 180);
background:rgb(8, 32, 65) ;
}