Skip to content

iamvikas10/SES_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<style> body { margin: 0; font-family: Arial, sans-serif; } header { background-color: #003366; color: white; padding: 20px; text-align: center; font-size: 2em; font-weight: bold; } .container { display: flex; height: 90vh; } nav { width: 200px; background-color: #f4f4f4; padding: 15px; box-shadow: 2px 0 5px rgba(0,0,0,0.1); } nav a { display: block; margin: 10px 0; text-decoration: none; color: #003366; font-weight: bold; } nav a:hover { text-decoration: underline; } main { flex: 1; padding: 20px; overflow-y: auto; } section { display: none; } section:target { display: block; } </style> DWS
Home About Contact

Welcome to DWS

This is the home section. You can customize this with your own content.

<section id="section2">
  <h2>About DWS</h2>
  <p>DWS stands for Digital Web Solutions. We build beautiful, fast, and accessible websites.</p>
</section>

<section id="section3">
  <h2>Contact Us</h2>
  <p>Email us at: <a href="mailto:contact@dws.com">contact@dws.com</a></p>
</section>

About

This is repository of SES project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages