edited buttons.css

This commit is contained in:
msosic97
2022-03-14 17:24:24 +01:00
parent 9e086ddabe
commit 99caca9e7d
10 changed files with 74 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import logo from '../assets/logo.png'
import StandardBtn from '../components/Button/StandardBtn';
import Header from '../components/Header/Header';
import './LandingPage.css'
import './css/LandingPage.css'
function LandingPage() {
@@ -17,7 +17,7 @@ function LandingPage() {
<Header className='header' header={naslov}/>
<div className='paragraph'>
<h2> Sva motorna vozila dostupna u oglasima </h2>
<h2> Na Vas email </h2>
<h2> Na Vaš email </h2>
<h2 id='besplatno'> BESPLATNO </h2>
</div>