-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (61 loc) · 1.12 KB
/
Copy pathstyle.css
File metadata and controls
62 lines (61 loc) · 1.12 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
body {
background-image: url(https://i.pinimg.com/originals/5c/c7/9f/5cc79f7ece2801f9a75e545f8556349e.jpg);
}
.foto {
height: 530px;
width: 500px;
margin: auto;
background-color: white;
border-radius: 25px;
font-family: "Oleo Script", serif;
font-weight: 400;
font-style: normal;
}
.foto img{
width: 500px;
height:400px;
object-fit: cover;
object-position: top;
margin: auto;
border-radius: 10px;
position: relative;
}
h1{
background-color: white;
padding: 0px;
text-align: center;
font-family: "Pacifico", serif;
font-weight: 400;
font-style: normal;
font-size: xxx-large;
border-radius: 10px;
margin-top: 0px;
}
.foto p{
left: 20px;
top: -10px;
position: relative;
}
.diferenciar {
display: flex;
margin: 0px;
padding: 0px;
height: 60px;
}
.title {
margin-right: 20%;
font-size: xx-large;
height: 55px;
width: 250px;
margin-top: 15px;
margin-bottom: 0px;
}
.Date{
font-size: x-large;
color: gray;
margin-left: 40px
}
.description {
margin-bottom: 0;
font-size: large;
}