freecodecamp/Certified_Full_Stack_Developer/CSS/Business_Card/main.css
2025-06-17 15:16:09 +02:00

29 lines
No EOL
375 B
CSS

body {
background-color: rosybrown ;
font-family: Arial, sans-serif;
}
p {
margin: 5px;
}
a {
text-decoration: none;
}
.business-card {
font-size: 16px;
width: 300px;
background-color: gray;
padding: 20px;
margin: 100px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.profile-image {
max-width: 100%;
}