R
R
REXTO2020-10-08 13:42:33
Java
REXTO, 2020-10-08 13:42:33

How can you achieve the same effect?

How can you do the same effect with a picture in the background?
Tried linear-gradient(to top, rgba(33,33,33, .90), rgba(33,33,33, .90)). It didn't work out very well.
5f7eeccad258f269363229.png

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
aol-nnov, 2016-01-29
@aol-nnov

> failed to connect to /localhost (port 5050)
the client and server have their own, different localhosts)
if you bind the server to 127.0.0.1:5050, it will not be visible on the network in the
same way with an android connection. if you connect on localhost:5050 - it's not what you expect at all ;)

T
Timur Sergeevich, 2016-01-29
@MyAlesya

new Socket(NetworkInterface.getInetAddresses(),port);

so try

F
Fin Del, 2020-10-08
@REXTO

A
Alexander, 2020-10-08
@Seasle

Image via ::beforeor ::after. The background of the block to which the pseudo-element was applied, do rgba(33, 33, 33, 0.9).

A
Alexander Epikhin, 2020-10-08
@leshiple

And what's the effect? I see the same logo there but with a translucent overlay. I don't see the gradient.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question