Html codes
184 subscribers
112 photos
15 videos
226 files
198 links
πŸ‘‹ Welcome to Html Codee
πŸš€ Here you’ll find mini tools, code snippets, and web tricks to grow fast.
🧩 Built with HTML, PHP, and smart ideas.
πŸ’Œ Support: support@bestpage.x10.mx
🏁 If you don't walk today, run tomorrow.
Download Telegram
🎨 New HTML Code: Unlock the Power of HTML!
πŸ’» Today’s Topic: Create a Stylish Card with Hover Effects!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hover Card</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background: linear-gradient(135deg, #74ebd5, #9face6);
font-family: Arial, sans-serif;
}
.card {
background: #ffffff;
width: 300px;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.card img {
width: 100px;
height: 100px;
border-radius: 50%;
margin-bottom: 10px;
}
.card h3 {
margin: 10px 0;
font-size: 22px;
color: #333;
}
.card p {
font-size: 16px;
color: #777;
}
</style>
</head>
<body>
<div class="card">
<img src="https://via.placeholder.com/100" alt="Avatar">
<h3>3legsbird</h3>
<p>Web Developer & Designer</p>
</div>
</body>
</html>

πŸ”₯ Try this code and add your own styles to make it unique!

πŸ“Œ Don’t forget to subscribe to @Html_codee for more creative HTML tutorials. Share this post with your friends and level up your coding skills!

#HTML #CSS #WebDevelopment
πŸ’Ό Career Spotlight: Graphic Designers, Web Developers, and App Developers

🎨 Graphic Designers

What They Do: Create captivating visuals for branding, marketing, websites, and social media.
Average Salary:

Freelancers: $20–$50/hour (or more, based on expertise).

Full-time: $40,000–$70,000/year (varies by location).
πŸ’‘ Skills Required: Adobe Photoshop, Illustrator, Figma, creativity, and attention to detail.

πŸ’» Web Developers

What They Do: Design, build, and maintain websites using HTML, CSS, JavaScript, and frameworks like React or WordPress.
Average Salary:

Freelancers: $25–$100/hour (based on project complexity).

Full-time: $50,000–$90,000/year.
πŸ’‘ Skills Required: Front-end and/or back-end coding, problem-solving, and UI/UX design principles.

πŸ“± App Developers

What They Do: Build mobile applications for Android, iOS, or cross-platforms using technologies like Kotlin, Swift, or Flutter.
Average Salary:

Freelancers: $30–$150/hour (depending on project scope).

Full-time: $70,000–$120,000/year.
πŸ’‘ Skills Required: Mobile coding, debugging, API integration, and app store deployment.

πŸ“Œ Which career excites you the most? Let us know in the comments!
✨ Follow us for more insights on tech careers, tips, and earning potential.
#GraphicDesign #WebDevelopment #AppDevelopment #FreelanceJobs #CareerInsights

@Html_codee