change under construction website logos and color
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #442200; /* Warm golden background */
|
||||
color: #ffffff; /* Warm brown text */
|
||||
background-color: #ffffff; /* Warm golden background */
|
||||
color: #183c8f; /* Warm brown text */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@@ -36,7 +36,7 @@
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
text-shadow: 2px 2px #FF4500; /* Subtle shadow effect */
|
||||
text-shadow: 2px 2px #8f21bf; /* Subtle shadow effect */
|
||||
}
|
||||
p {
|
||||
font-size: 1.5rem;
|
||||
@@ -50,14 +50,25 @@
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
a {
|
||||
color: darkkhaki;
|
||||
color: 8f21bf;
|
||||
}
|
||||
</style>
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-MFN88L24');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
</head>
|
||||
<body>
|
||||
<div class="construction-icon">🚧</div>
|
||||
<h1 style="display: inline-block;align-items: center;"><img width="256px" src="logo.png" alt="logo tutosport expert" /></h1>
|
||||
<p>Our website is currently under construction. Stay tuned for something amazing!</p>
|
||||
<p class="contact">For inquiries, contact us at <a href="mailto:contact@tutosportexpert.com">contact@tutosportexpert.com</a></p>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MFN88L24"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user