mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 15:09:59 +01:00
finished buisness card
This commit is contained in:
parent
234cca9d55
commit
a06fb8349f
6 changed files with 71 additions and 3 deletions
29
Certified_Full_Stack_Developer/CSS/Business_Card/main.css
Normal file
29
Certified_Full_Stack_Developer/CSS/Business_Card/main.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
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%;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue