Skip to content

Commit f5ca30a

Browse files
authored
Update maquillaje2.css
1 parent c40c3dc commit f5ca30a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

css/maquillaje2.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,5 +1862,25 @@ table {
18621862
border-radius: 10px;
18631863
}
18641864

1865+
/* BLOG ARTICULOS ENTRADAS*/
1866+
1867+
.bloque-texto {
1868+
font-size: 18px;
1869+
width: auto;
1870+
color: #5f2572;
1871+
background:rgba(222, 178, 240, 0.753);
1872+
filter: drop-shadow(0 10px 15px rgb(205, 56, 175));
1873+
padding:1px;
1874+
border-radius: 4px;
1875+
text-align: justify;
1876+
margin-left: 1px;margin-right: 1px;
1877+
flex:1;
1878+
display: block;
1879+
flex-wrap:wrap;
1880+
}
18651881

1882+
.title-blog{
1883+
margin-top: 80px;
1884+
}
1885+
18661886
}

0 commit comments

Comments
 (0)