Remove style.css da pasta templates

parent 0bc25d18
*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
font-family:Arial;
background:#0f172a;
}
.navbar{
width:100%;
padding:20px 8%;
background:#0f172a;
display:flex;
justify-content:space-between;
align-items:center;
}
.logo{
color:#38bdf8;
font-size:32px;
font-weight:bold;
}
.menu a{
color:white;
text-decoration:none;
margin-left:20px;
}
.hero{
height:90vh;
background:
linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=2070&auto=format&fit=crop');
background-size:cover;
background-position:center;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
color:white;
}
.hero-content h1{
font-size:70px;
margin-bottom:20px;
}
.hero-content p{
font-size:22px;
margin-bottom:30px;
}
button{
padding:15px 30px;
border:none;
border-radius:10px;
background:#38bdf8;
font-size:18px;
font-weight:bold;
cursor:pointer;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment