We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be6818 commit d63c35cCopy full SHA for d63c35c
2023-02-16/estilos.css
@@ -72,3 +72,11 @@ table th {
72
text-align: left;
73
}
74
75
+svg {
76
+ width: 6rem;
77
+ height: 5rem;
78
+ position: sticky;
79
+ object-fit: cover;
80
+ top: 0;
81
+ right: 0;
82
+}
2023-02-16/pagina-web.html
@@ -41,8 +41,7 @@ <h1><span class="moderno">Otro título</span></h1>
41
xmlns="http://www.w3.org/2000/svg"
42
version="1.1"
43
baseProfile="full"
44
- width="300"
45
- height="200"
+ viewBox="0 0 300 200"
46
>
47
<rect id="rrr" width="100%" height="100%" fill="red" />
48
<circle cx="150" cy="100" r="80" fill="green" />
0 commit comments