main_web/dental/index1.html
2023-11-13 16:59:52 -05:00

86 lines
2.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-deep_orange.min.css" />
<script defer src="https://code.getmdl.io/1.1.3/material.min.js"></script>
<title>Dental Center</title>
<style>
d {
margin-bottom: 0;
}
#teeth{height:300px; width:85%}
.center{margin:auto; text-align: center}
.text_div {background-color: black; opacity: .5; color: white; width: 40%; position: absolute; top: 200px; left: 27%; font-size: 300%; margin: auto}
.first{ width: 75%; background-color: #7986CB; }
#italics{font-style: italics; font-weight: 600; color: #E8EAF6}
</style>
</head>
<body>
<!-- Always shows a header, even in smaller screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">Dental Center</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link is-active" href="index.html">Home</a>
<a class="mdl-navigation__link" href="services.html">Services</a>
<a class="mdl-navigation__link" href="about.html">About Us</a>
<a class="mdl-navigation__link" href="contact.html">Contact</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">Dental Center</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link is-active" href="index.html">Home</a>
<a class="mdl-navigation__link" href="services.html">Services</a>
<a class="mdl-navigation__link" href="about.html">About Us</a>
<a class="mdl-navigation__link" href="contact.html">Contact</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="page-content">
<div class="header_img mdl-shadow--4dp center">
<img id="teeth" src="teeth.jpg"/>
<p class="center text_div">Dental Center</p>
</div>
<br />
<div class="center first mdl-shadow--4dp">
<h2 id="italics">Welcome to the office of Yelena Taran</h2>
<p>
jiuhudfhferufheruf\
</p><p>
ruifherufj
</p><p>
uig heroujvre
</p>
uihtuerht\
uihrubhvmotj,ietjeruteruhcmti
</p>
</div>
</div>
</main>
</div>
</body>
</html>