mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 15:09:59 +01:00
29 lines
No EOL
375 B
CSS
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%;
|
|
|
|
} |