-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.css
70 lines (56 loc) · 1.11 KB
/
info.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
body {
background-color:#1C1C1C;
height: 250vw;}
header {
background-color: rgb(125, 140, 121);
}
.logo {
width: 12%;
}
nav{
position:absolute;
top:50px;
right: 50px;
}
nav li {
display: inline;
margin-right: 10px;
}
nav a {
font-size: 22px;
color: rgb(21, 20, 20);
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.inform li{
display: inline-block;
text-align: center;
width: 25%;
vertical-align: top;
margin-right: 5px;
padding: 30px 20px;
border-top: 5px rgb(79, 169, 125) double;
border-left:5px rgba(191, 205, 204, 0.897) double;;
border-bottom:5px rgb(79, 169, 125) double; ;
border-right:5px rgba(191, 205, 204, 0.897) double; ;
border-radius: 10px;
}
.inform h2{
color: aliceblue;
font-size: 26px;
}
.inf{
width: 25%;
border:2px rgb(37, 57, 32) solid;
text-align: justify;
}
.inform {
width: 940px;
margin: 0 auto;
padding: 50px 0;
}
.produto-descricao{
font-size: 25px;
color: #ece6e6;
}