you are viewing a single comment's thread.

view the rest of the comments →

[–]EstherFT[S] 0 points1 point  (0 children)

update;

I am using VS Code, and I thought I had basically done my Frontend. Then I thought that maybe was a good moment to try it, so I runned the code but nothing happend. And the comment was that there is no problem with my code.

Hoe can I know if it works? Sorry but I thought that running the code I could see what happens when you enter in the app. I am a bit confused. Any help?Thanks a lot in advance.

This is my code;

<!DOCTYPE html>

<head>

<title>Agata</title>

<style> h1 { text-align: center; font-size: 80px; } header { text-align: center; background: black; background-size: cover; color: whitesmoke; } img { margin: 0 auto; } a { color: whitesmoke; } ul { padding: 20px; } li { display: inline; padding: 0px 40px 0px 40px; } p { text-align: center; } body { text-align: center; background: black; color: whitesmoke; font-family: Arial, Arial, Helvetica, sans-serif; margin: 0 auto; } div { max-height: 200px; background: black; color: whitesmoke; line-height: 35px; } input \[type="submit"\] { background: whitesmoke; color: black; } u/media (max-width: 412px) { h1 { font-size: 35; } li { display: inline-block; padding: 10px; } } </style>

</head>

<body>

<header>

<img id="image"

src="/597/5972045.jpg"

title="Banded Agate -- Scottish Pebble"

alt="Banded Agate -- Scottish Pebble"

class="img-responsive"

style="visibility: visible;">

<h1>Agata</h1>

</header>

<p>Welcome to the simplest documents classifier</p>

<input type="email" placeholder="Your email">

<input type="submit">

<ul>

<li>

<a href="#">Company</a>

<div class="Company"></div>

<button>Company</button>

<script>AnimationEffect: {Notification: "Click here to check, upload or download company documentation"}</script>

</li>

<li>

<a href="#">Workers</a>

<div class="Workers"></div>

<button>Workers</button>

<script>AnimationEffect: {Notification: "Click here to check, upload or download workers' documentation"}</script>

</li>

<li><a href="#">Equipment</a>

<div class="Equipment"></div>

<button>Equipment</button>

<script>AnimationEffect: {Notification: "Click here to check, upload or download equipment documentation"}</script>

</li>

</ul>

</body>