You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
background:linear-gradient(to right,#c09a24,#e6ad00); /* Darker gold on hover */
91
+
transform:scale(1.05); /* Scale up slightly on hover */
92
+
box-shadow:05px10pxrgba(0,0,0,0.3);
93
+
}
94
+
95
+
footer {
96
+
background:#111;
97
+
color:#eee;
98
+
text-align: center;
99
+
padding:10px;
100
+
margin-top: auto;
101
+
}
102
+
103
+
.thank-you {
104
+
color:#ffd700;
105
+
text-align: center;
106
+
margin-top:10px;
107
+
font-size:1.2em;
108
+
}
109
+
</style>
110
+
</head>
111
+
<body>
112
+
113
+
<header>
114
+
<h1>Secure Web Solutions</h1>
115
+
<p>Building Trust, One Website at a Time</p>
116
+
</header>
117
+
118
+
<divclass="container">
119
+
<h2>Our Services</h2>
120
+
121
+
<divclass="service">
122
+
<h3>Secure Website Development</h3>
123
+
<p>We specialize in building robust and secure websites using the latest technologies (HTML, CSS, JavaScript). Our focus is on creating unique, high-performing websites tailored to your specific needs.</p>
124
+
</div>
125
+
126
+
<divclass="service">
127
+
<h3>DNS and HTTPS Implementation</h3>
128
+
<p>We ensure your website is protected with proper DNS configuration and HTTPS encryption, safeguarding your data and building trust with your visitors.</p>
129
+
</div>
130
+
131
+
<divclass="service">
132
+
<h3>Custom Code Development</h3>
133
+
<p>Need unique functionality? Our expert developers create custom HTML, CSS, and JavaScript code tailored to your specific requirements. We provide high-quality, maintainable code that integrates seamlessly with your website.</p>
134
+
</div>
135
+
136
+
<divclass="service">
137
+
<h3>Website Creation and Publishing</h3>
138
+
<p>From design to deployment, we handle the entire website creation process. We'll build your website, publish it online, and provide two months of free maintenance after launch.</p>
139
+
</div>
140
+
141
+
<divclass="contact-us">
142
+
<h2>Contact Us</h2>
143
+
<p>Ready to discuss your project? Get in touch with us today!</p>
0 commit comments