File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 4040< article >
4141 < h1 > Grouvex Studios</ h1 >
4242 <!--Texto -->
43+ < style >
44+ .tarjetas {
45+ display : flex;
46+ overflow-y : auto; /* Agrega una barra de desplazamiento vertical */
47+ max-height : 200px ;
48+ width : 100% ;
49+ flex-wrap : wrap; /* Muestra los cajetines en varias filas */
50+ gap : 10px ; /* Espacio entre los cajetines */
51+ }
52+ .tarjeta {
53+ display : flex;
54+ align-items : center;
55+ border-radius : 10px ;
56+ box-shadow : 0 2px 5px rgba (0 , 0 , 0 , 0.1 );
57+ margin : 20px ;
58+ padding : 20px ;
59+ width : 90% ;
60+ height : auto;
61+ width : 300px ;
62+ padding-top : 0px ;
63+ padding-left : 10px ;
64+ padding-right : 10px ;
65+ flex-basis : calc (25% - 40px ); /* 4 cajetines por fila */
66+ }
67+ .tarjeta img {
68+ border-radius : 50% ;
69+ width : 50px ;
70+ height : 50px ;
71+ object-fit : cover;
72+ margin-right : 20px ;
73+ }
74+ .tarjeta h2 { margin : 0 0 5px ; }
75+ .tarjeta p { margin : 0 0 2.5px ; color : # 555 ; }
76+ .tarjeta footer { font-size : 0.7em ; color : # 888 ; }
77+ </ style >
4378 < section id ="Intro ">
4479 < a href ="#Intro "> < h2 > Introducción</ h2 > </ a >
4580 < p > Grouvex Studios es un grupo que se encarga de crear videos y también un < n > sello discográfico</ n > </ p >
You can’t perform that action at this time.
0 commit comments