04/08/2015, 12:04
|
(Desactivado) | | Fecha de Ingreso: abril-2015 Ubicación: España
Mensajes: 616
Antigüedad: 9 años, 7 meses Puntos: 74 | |
Respuesta: Imagen transparente de fondo html
Código HTML:
Ver original<!doctype html> body::after { content: ""; background: url(http://eastsbeach.com.au/assets/Uploads/_resampled/SetWidth2000-Kiama-Events-Easts-Beach-PB.jpg); opacity: 0.4; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }
|