Coding Global Background
Coding Global
\n\n\n```\n\n`styles.css`:\n\n```css\n/* Add your styles here */\n#entry-screen {\n height: 100vh;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n}\n\n#entry-screen button {\n padding: 10px 20px;\n font-size: 20px;\n cursor: pointer;\n}\n\n/* Hide your main content by default */\n#main-content {\n display: none;\n}\n```\n\n`script.js`:\n\n```javascript\nfunction enterSite() {\n document.getElementById('entry-screen').style.display = 'none';\n document.getElementById('main-content').style.display = 'block';\n}\n```\n\nThis is a minimal example, and it assumes you have an `index.html` file with a linked `styles.css` file for styling and a `script.js` file for the JavaScript. This script will hide the entry screen and show the main content when the \"Click to Enter\" button is clicked.","dateModified":"2024-03-21T17:41:43.582Z"},{"@type":"Comment","author":{"@type":"Person","name":"Exotic","url":"https://discord.com/users/742582872497455117","image":"https://cdn.discordapp.com/avatars/742582872497455117/45bb0fcd842ad50b439335776ad0b9ce.webp"},"datePublished":"2024-03-29T09:30:41.472Z","text":"you dont need so much bloat"},{"@type":"Comment","author":{"@type":"Person","name":"Exotic","url":"https://discord.com/users/742582872497455117","image":"https://cdn.discordapp.com/avatars/742582872497455117/45bb0fcd842ad50b439335776ad0b9ce.webp"},"datePublished":"2024-03-29T09:30:44.473Z","text":"who's gonna read all that"},{"@type":"Comment","author":{"@type":"Person","name":"Exotic","url":"https://discord.com/users/742582872497455117","image":"https://cdn.discordapp.com/avatars/742582872497455117/45bb0fcd842ad50b439335776ad0b9ce.webp"},"datePublished":"2024-03-29T09:31:08.355Z","text":"to learn html and css just look up stuff to read in a search engine"},{"@type":"Comment","author":{"@type":"Person","name":"Exotic","url":"https://discord.com/users/742582872497455117","image":"https://cdn.discordapp.com/avatars/742582872497455117/45bb0fcd842ad50b439335776ad0b9ce.webp"},"datePublished":"2024-03-29T09:31:17.443Z","text":"if you dont want to read like me just watch it on youtube"},{"@type":"Comment","author":{"@type":"Person","name":"Deleted User","url":"https://discord.com/users/456226577798135808","image":"https://cdn.discordapp.com/embed/avatars/3.png"},"datePublished":"2024-04-04T00:00:06.498Z","text":"**<@1203344455671873589> uuox's Question:**\n\n`whats

in html`\n\nThe `

` tag in HTML is used to define a paragraph. Content inside a `

` tag is usually displayed with a space above and below it, which separates it from other content on the page. Here's an example of its usage:\n\n```html\n

This is a paragraph of text.

\n```","dateModified":"2024-04-04T00:00:19.584Z"}]}

HTML and CSS

Archived 2 years ago
1
9 messages
2 members
Created 3 years ago
Updated 3 years ago
Open in Discord
A
Asp
I need to learn as much of HTML and CSS by April 8th for a Hackathon. Where should I study for it?

Replies (9)