π¨ New HTML Code: Unlock the Power of HTML!
π» Todayβs Topic: Create a Stylish Card with Hover Effects!
π₯ 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
π» 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
π¨ 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