Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Background

SardonyxAnimals edited this page Nov 23, 2020 · 1 revision

O código abaixo, referente à imagem de fundo(background), pode ser encontrado facilmente no arquivo sobre.css, no começo da implementação do codigo:

/* Css do formulario classe formulário */

@import url('index.css');

/* Css do formulario classe formulário */

body {
    background-image: url('../img/fundo_legal.jpeg');
}
Clone this wiki locally