-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarta.css
More file actions
42 lines (40 loc) · 973 Bytes
/
Copy pathcarta.css
File metadata and controls
42 lines (40 loc) · 973 Bytes
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
*{
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.info{
text-align: right;
font-style: italic;
}
.infoIzq{
text-align: left;
font-style: oblique;
}
h1{
color:black;
text-shadow: 2px 2px 10px rgb(29, 28, 28);
}
h3{
color: rgb(40, 0, 92);
}
ul,ol{
color:darkmagenta;
font-weight:lighter;
}
.subtittle{
font-weight:200;
line-height: 30px;
color: darkmagenta;
}
.closing{
font-style: oblique;
font-weight: bolder;
}
.letter{
background-image: url(https://st.depositphotos.com/1006137/2877/i/950/depositphotos_28772721-stock-photo-old-paper-grunge-background.jpg);
padding: 20px;
}
.style{
padding-left: 300px;
padding-right: 300px;
background-image: url(https://media.istockphoto.com/photos/old-fountain-pen-books-and-inkwell-on-a-black-background-picture-id914641676?b=1&k=20&m=914641676&s=170667a&w=0&h=E7EhtdkwaGJIBDTNf_iXtgPxD0ghH43gpQqC8eqsw0I=);
}