Commit 60caea82 authored by sawmi.rajapaksha-m's avatar sawmi.rajapaksha-m

Delete styles.css

parent 2db48fd9
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
color: #03071e;
}
header {
background-color: #158220;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.logo-title {
display: flex;
align-items: center;
}
.logo-title h1 {
margin: 0;
margin-right: 1px;
font-size: 3.5rem;
color: #fff;
}
.logo-title .logo {
width: 75px;
height: auto;
}
header nav ul {
list-style: none;
display: flex;
margin: 50;
padding: 0;
}
header nav ul li {
font-size: 2rem;
margin-left: 50px;
}
header nav ul li a {
color: #fff;
text-decoration: none;
}
.nav-menu li a {
color: #fff;
text-decoration: none;
font-size: 2rem;
}
.nav-menu li a[href="#home"],
.nav-menu li a[href="#about"],
.nav-menu li a[href="#categories"],
.nav-menu li a[href="#contact"],
.nav-menu li a[href="#registry"] {
right: 10;
font-size: 2rem;
}
.hero {
background: url('https://watermark.lovepik.com/photo/20211125/large/lovepik-handicrafts-in-nepal-picture_501052764.jpg')no-repeat center center/cover;
color: #fff;
text-align: left;
padding: 100px 20px;
position: relative;
}
.hero-content {
max-width: 600px;
margin: 0;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
}
.hero-content h2 {
font-size: 3rem;
margin-bottom: 20px;
}
.hero-content p {
font-size: 1.2rem;
margin-bottom: 20px;
}
.hero-content .btn {
display: inline-block;
padding: 10px 20px;
background-color: #ffba08;
color: #03071e;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
}
.video-overlay {
position: absolute;
bottom: 30px;
right: 30px;
z-index: 2;
}
.video-overlay iframe {
border: 2px solid #ffba08;
border-radius: 10px;
}
.introducing-section {
padding: 40px;
background-color: #524c4cf2;
}
.section-title {
text-align: center;
font-size: 2.5em;
margin-bottom: 20px;
}
.content-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.text-content {
flex: 2;
padding-right: 20px;
}
.text-content p {
font-size: 1.4em;
line-height: 1.6;
margin-bottom: 20px;
}
.video-content {
flex: 1;
}
.video-content video {
width: 100%;
height: auto;
border: 2px solid #ddd;
border-radius: 10px;
}
footer {
background-color: #158220;
color: #fff;
text-align: center;
padding: 20px;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f8f8f8;
}
nav {
background-color: #008000;
padding: 10px 0;
text-align: center;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 15px;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 18px;
}
.login-container {
width: 350px;
margin: 100px auto;
padding: 20px;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
h2 {
text-align: center;
}
label {
display: block;
margin: 10px 0 5px;
}
input {
width: 100%;
padding: 8px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
button {
width: 100%;
padding: 10px;
background-color: #008000;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #006400;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
nav {
background-color: #008000;
padding: 10px 0;
text-align: center;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 15px;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 18px;
}
.categories-container {
width: 80%;
margin: 50px auto;
text-align: center;
}
.category-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
margin-top: 30px;
}
.category-item {
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
font-size: 20px;
}
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