3
respostas

btn não funciona

class botao-lilas não funciona no meu código

Produto

Some quick example text to build on the card title and make up the bulk of the card's content.

R$30,00

3 respostas

Posta o código

Produto

Some quick example text to build on the card title and make up the bulk of the card's content.

R$30,00

O import do css deve ser feito depois do Bootstrap.

<head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon"> <title>Meteora</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <link rel="stylesheet" href="./estilos.css"> </head>