Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML #247

Open
mrlikochil opened this issue Jan 12, 2023 · 1 comment
Open

HTML #247

mrlikochil opened this issue Jan 12, 2023 · 1 comment

Comments

@mrlikochil
Copy link

Write a difficult html

<title>Difficult HTML Example</title> <style type="text/css"> body { font-family: Arial; font-size: 16px; } #mydiv { position: absolute; top: 50%; left: 50%; width: 300px; height: 200px; margin-top: -100px; /* Half of height */ margin-left: -150px; /* Half of width */ background: #f2f2f2; border: 1px solid #ccc; box-shadow: 5px 5px 5px #ccc; padding: 5px; } </style>

Difficult HTML Example

This is an example of a difficult HTML page.

@0304ajay
Copy link

hello can you give a brief idea on issue ,what is the issue to be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants