Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You can sign a tag with the command git tag -s <tag>. In order for this command to work, you need to have a key pair for an electronic signature in gpg.
You can check the signature of a tag with the command git tag -v <tag>. In order for this command to work, you need to import the public key of the person who signed the tag into gpg.
You can look at the tag with the signature git show <tag>.
https://codepen.io/simkaUser/pen/brvVaq?editors=1100 this is just an example, I tried to completely make an analogy .... maybe SVG won't work in some browsers because I didn't specify the titles of the SVG document itself
. SVGs are made like farting into a puddle on your knee, open Inkscape and just draw, then save as a separate file and connect as background-image: url (your svg); or as an inline document, as in my case ...
I drew on a regular sheet of paper and as you can see on the codepen that I just shifted one layer g
In order to make the example adaptive, you need to specify the viewbox for svg
How to make it up?
like this:
-left is static, width is ~ 75% of the total
- right is on top of it, (indent on the left is exactly measured to the bottom point, you can in%), then skew and transform-origin: 0 100%
- image / background inside the right reverse skew with transform-origin lower
- well, overflow by itself on the container
is all.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question