mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2025-08-23 10:13:57 -07:00
rename directories with dashes instead of underscores
This commit is contained in:
47
mccain-tribute/mccain_tribute.css
Normal file
47
mccain-tribute/mccain_tribute.css
Normal file
@@ -0,0 +1,47 @@
|
||||
body,html {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#title {
|
||||
margin-bottom: -.5em;
|
||||
}
|
||||
|
||||
#title-div {
|
||||
text-shadow: 1px 1px;
|
||||
color: hsl(80, 43%, 30%);
|
||||
}
|
||||
|
||||
#img-div {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#image {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
margin: auto;
|
||||
padding: 2rem 2rem 9rem 2rem;
|
||||
border-radius: .4em;
|
||||
background-color: hsl(80, 43%, 80%);
|
||||
border-color: hsl(260, 43%, 80%);
|
||||
border-style: outset;
|
||||
border-width: thick;
|
||||
}
|
||||
|
||||
#img-caption {
|
||||
font-style: italic;
|
||||
position: relative;
|
||||
top: -8rem;
|
||||
}
|
||||
|
||||
#tribute-info {
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
top: -4rem;
|
||||
}
|
||||
|
||||
#link-div {
|
||||
position: relative;
|
||||
top: -2rem;
|
||||
}
|
Reference in New Issue
Block a user