Posts by Luan Gabriel • 21 points
2 posts
-
0
votes0
answers20
viewsQ: Guys, I’m using an overflow on a component here, but it doesn’t show all the content, it gets cut into one part. Could you help me?
`export const Optionbar = Styled.div' width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 15%; font-size: 1.6rem; transition: all 0.4s; align-items: flex-end;…
-
0
votes1
answer47
viewsQ: Data filtering by Url
In the code below I’m making a request to the Marvel api. const api = axios.create({ baseURL: `https://gateway.marvel.com:443/v1/public`, version: 'Cable', });…