-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (82 loc) · 1.57 KB
/
Copy pathstyle.css
File metadata and controls
94 lines (82 loc) · 1.57 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
body{
background-color: #E8DAB2;
box-sizing: border-box;
margin: 0;
}
.header {
width: 100%;
height: 10vh;
position: relative;
box-sizing: border-box;
}
.header-body{
width: calc=(100% - 20px);
height: 50vw;
box-sizing: border-box;
margin: 20px;
}
.bem-vindo{
font-size: 26px;
position: absolute;
left: 0px;
top: 15vw;
box-sizing: border-box;
}
.petshop {
font-size: 52px;
position: absolute;
left: 0px;
top: 16vw;
box-sizing: border-box;
}
.salsicha{
width: 370px;
height: 192px;
position: absolute;
right: 0px;
box-sizing: border-box;
top: 15vw;
}
.article {
width: 800px;
background-color: white;
margin-left: 50%;
transform: translate(-50%);
padding-top: 34px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 50px;
box-sizing: border-box;
margin-bottom: 50px;
margin-top: 50px;
}
h1{
}
.cachorro-article {
width: calc(100% - 30px);
margin-left: 50%;
transform: translate(-50%);
box-sizing: border-box;
}
.video {
width: calc(100% - 30px);
margin-left: 50%;
transform: translate(-50%);
box-sizing: border-box;
height: 400px;
}
.footer {
color: white;
background-color: black;
height: 50px;
width: 100%;
box-sizing: border-box;
position: fixed;
bottom: 0;
}
.footer-item {
position: absolute;
right: 5vw;
top: 0;
box-sizing: border-box;
}