0% found this document useful (0 votes)
9 views2 pages

Nadea

Uploaded by

nadejdarusu05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Nadea

Uploaded by

nadejdarusu05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html lang="ro">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Farmacia Ta</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #4CAF50;
color: white;
padding: 10px 0;
text-align: center;r
}
nav {
background-color: #333;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
}
nav ul li {
margin: 0 15px;
}
nav ul li a {
color: white;
text-decoration: none;
padding: 14px 20px;
display: block;
}
nav ul li a:hover {
background-color: #575757;
}
.content {
padding: 20px;
}
.services {
display: flex;
justify-content: space-around;
margin-top: 20px;
}
.service {
width: 30%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
text-align: center;
}
footer {
background-color: #4⬤

You might also like