-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticulo.css
More file actions
43 lines (39 loc) · 907 Bytes
/
articulo.css
File metadata and controls
43 lines (39 loc) · 907 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
43
.caja{
height: 300px;
width: 800px;
background-color: rgb(255, 237, 241);
border: 3px solid;
border-radius: 50px 50px 50px 50px;
border-color: rgb(135, 14, 135);
position: relative;
}
.titulo{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: rgb(0, 0, 139);
font-size: 30px;
text-align: center;
}
.cajaparrafos1{
width: 535px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 15px;
top: 10px;
padding-left: 15px;
padding-right: 15px;
text-align: justify;
}
.img{
height: 140px;
border-radius: 10px 20px 30px 40px;
float: right;
position: relative;
padding-right: 30px;
}
.cajaparrafofinal{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 15px;
top: 10px;
padding-left: 15px;
padding-right: 15px;
text-align: justify;
}