Skip to content

Commit

Permalink
✨ feat: Update box-model.css
Browse files Browse the repository at this point in the history
Were set some new rules for it
  • Loading branch information
Raphael-GC committed Oct 8, 2024
1 parent e132c6d commit 3aa344f
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions week02/styles/box-model.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
.callout {
max-width: 400px;
margin: 10px;
margin: 1rem;
border: 1px solid rgba(0, 0, 0, .1);
padding: 15px;
background-color: #247;
text-decoration-color: #fff;
padding: 1rem;
background-color: #224477;
text-decoration-color: #ffffff;
}

.callout img {
position: static;
margin: 0 0 10px 15px;
border: 1px solid #000;
padding: 3px;
background-color: #bbb;
width: 100px;
float: right;
margin: 0 0 1rem 1rem;
border: 4px solid #ffffff;
width: 125px;
height: auto;
}

Expand All @@ -24,10 +22,9 @@ blockquote {

cite {
display: block;
border-top: 1px dotted #fff;
padding-top: 5px;
border-top: 1px dotted #ffffff;
padding-top: 0;
text-align: right;
justify-content: right;
font-size: smaller;
color: #fff;
}

0 comments on commit 3aa344f

Please sign in to comment.