```html
body {
fontfamily: Arial, sansserif;
backgroundcolor: f2f2f2;
margin: 0;
padding: 20px;
}
.container {
maxwidth: 800px;
margin: auto;
backgroundcolor: fff;
padding: 20px;
borderradius: 10px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: 333;
textalign: center;
}
p {
color: 666;
lineheight: 1.6;
}
.programminglanguages {
margintop: 20px;
}
.programminglanguage {
display: flex;
alignitems: center;
marginbottom: 15px;
}
.programminglanguage img {
width: 100px;
height: auto;
marginright: 20px;
borderradius: 5px;
}
.programminglanguagedetails {
flex: 1;
}
.programminglanguagedetails h2 {
color: 333;
margin: 0 0 10px;
}
.programminglanguagedetails p {
margin: 0;
}
.ctabutton {
display: block;
width: 200px;
margin: 20px auto 0;
padding: 10px 20px;
textalign: center;
color: fff;
backgroundcolor: 007bff;
border: none;
borderradius: 5px;
textdecoration: none;
transition: backgroundcolor 0.3s ease;
}
.ctabutton:hover {
backgroundcolor: 0056b3;
}
Unlock the World of Programming!
Programming opens up a world of endless possibilities. Whether you're a beginner or an experienced coder, there's always something new to learn and explore. Dive into the exciting realm of programming languages and unleash your creativity!
Python is a versatile and easytolearn language used in web development, data analysis, artificial intelligence, and more.
JavaScript is the language of the web, powering interactive websites and web applications.
Java is a popular choice for building enterpriselevel applications, Android apps, and more.
C is a powerful language used in game development, system programming, and performancecritical applications.