We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40c3dc commit f5ca30aCopy full SHA for f5ca30a
css/maquillaje2.css
@@ -1862,5 +1862,25 @@ table {
1862
border-radius: 10px;
1863
}
1864
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
+}
1881
1882
+.title-blog{
1883
+ margin-top: 80px;
1884
1885
1886
0 commit comments